Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 26, 2015
1 parent 1366665 commit 03ee350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.7
- 2.2.3
- 2.1.8
- 2.2.4
before_script:
- mysql -e 'create database enju_test'
- psql -c 'create database enju_test;' -U postgres
Expand All @@ -29,9 +29,9 @@ matrix:
gemfile: gemfiles/rails_3.2.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.1.7
- rvm: 2.1.8
gemfile: gemfiles/rails_3.2.gemfile
- rvm: 2.2.3
- rvm: 2.2.4
gemfile: gemfiles/rails_3.2.gemfile
notifications:
slack:
Expand Down

0 comments on commit 03ee350

Please sign in to comment.