Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

update .travis.yml to use rails instead of rake

  • Loading branch information
xuanxu committed Aug 21, 2019
1 parent c3abc1d commit 89723864fa5a0e7bc66154d20a0bc69ce906d2c4
Showing with 2 additions and 2 deletions.
  1. +2 −2 .travis.yml
@@ -4,11 +4,11 @@ rvm:
before_script:
- psql -c 'create database joss_test' -U postgres
- bundle install
- bundle exec rake db:schema:load
- bundle exec rails db:schema:load
before_install:
- gem update --system
- gem install bundler:2.0.1
script: bundle exec rake
script: bundle exec rails spec
addons:
postgresql: "9.6"
services:

0 comments on commit 8972386

Please sign in to comment.
You can’t perform that action at this time.