Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Excludes Ruby 1.9.2 + Rails 4 from the build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Aug 31, 2013
1 parent 8421f33 commit 6fe5a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,8 @@ matrix:
gemfile: gemfiles/rails23.gemfile
- rvm: 1.8.7
gemfile: gemfiles/rails40.gemfile
- rvm: 1.9.2
gemfile: gemfiles/rails40.gemfile
before_script:
- psql -c 'create database fuzzily_test;' -U postgres
- mysql -e 'create database fuzzily_test;'
Expand Down

0 comments on commit 6fe5a88

Please sign in to comment.