Skip to content

Commit

Permalink
修复: travis 编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyc-z committed Jan 3, 2018
1 parent 4eb802f commit 075fae7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
language: ruby

rvm:
- 2.5.0
- 2.5.0

install: gem install rails

before_install:
- gem update --system
- gem --version

before_script:
- RAILS_ENV=test bundle exec rake db:migrate

script:
- RAILS_ENV=test bundle exec rake

0 comments on commit 075fae7

Please sign in to comment.