Skip to content

Commit 231cc69

Browse files
committed
fix travis.yml test
1 parent ee92bcc commit 231cc69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
rvm: 2.5.7
1515
env: RAILS_VERSION="~> 6.0"
1616
before_script: bundle install
17-
script: bundle exec rake test
17+
script: bundle exec rake default
1818
- name: "Test Ruby-2.5.7 Rails-5.2"
1919
stage: test
2020
rvm: 2.5.7
2121
env: RAILS_VERSION="~> 5.2"
2222
before_script: bundle install
23-
script: bundle exec rake test
23+
script: bundle exec rake default
2424
- name: "Test Ruby-2.3.8 Rails-5.2"
2525
stage: test
2626
rvm: 2.3.8
2727
env: RAILS_VERSION="~> 5.2"
2828
before_script: bundle install
29-
script: bundle exec rake test
29+
script: bundle exec rake default
3030
- name: "Deploy documentation"
3131
stage: deploy
3232
before_script: yarn install

0 commit comments

Comments
 (0)