We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee92bcc commit 231cc69Copy full SHA for 231cc69
.travis.yml
@@ -14,19 +14,19 @@ jobs:
14
rvm: 2.5.7
15
env: RAILS_VERSION="~> 6.0"
16
before_script: bundle install
17
- script: bundle exec rake test
+ script: bundle exec rake default
18
- name: "Test Ruby-2.5.7 Rails-5.2"
19
stage: test
20
21
env: RAILS_VERSION="~> 5.2"
22
23
24
- name: "Test Ruby-2.3.8 Rails-5.2"
25
26
rvm: 2.3.8
27
28
29
30
- name: "Deploy documentation"
31
stage: deploy
32
before_script: yarn install
0 commit comments