Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jul 3, 2016
1 parent b1a6d15 commit a35428c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
cache: bundler
rvm:
- 2.1.8
- 2.2.4
- 2.3.0
- 2.1.9
- 2.2.5
- 2.3.1
before_script:
- mysql -e 'create database enju_test'
- psql -c 'create database enju_test;' -U postgres
Expand Down

0 comments on commit a35428c

Please sign in to comment.