Skip to content

Commit 9b1530f

Browse files
committed
travis to match dev ruby
1 parent b4f5446 commit 9b1530f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
language: ruby
1010
rvm:
11-
- 1.9.2
11+
- 1.9.3-p194
1212
env:
1313
# - DB=sqlite
1414
- DB=mysql
@@ -17,4 +17,4 @@ script:
1717
- RAILS_ENV=test bundle exec rake --trace db:migrate test
1818
before_script:
1919
- gem install mysql2
20-
- mysql -e 'create database quadbase_test'
20+
- mysql -e 'create database quadbase_test'

0 commit comments

Comments
 (0)