Skip to content

Commit

Permalink
travis to match dev ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jpslav committed Sep 13, 2016
1 parent b4f5446 commit 9b1530f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

language: ruby
rvm:
- 1.9.2
- 1.9.3-p194
env:
# - DB=sqlite
- DB=mysql
Expand All @@ -17,4 +17,4 @@ script:
- RAILS_ENV=test bundle exec rake --trace db:migrate test
before_script:
- gem install mysql2
- mysql -e 'create database quadbase_test'
- mysql -e 'create database quadbase_test'

0 comments on commit 9b1530f

Please sign in to comment.