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

Commit

Permalink
* Try to exclude unsupported adapters from travis ci build.
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Sep 19, 2013
1 parent 783096a commit 5f35363
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 @@ -23,10 +23,6 @@ notifications:
- michal.lomnicki@gmail.com
- ronen@barzel.org
matrix:
allow_failures:
- gemfile: gemfiles/rails-edge/Gemfile.postgresql
- gemfile: gemfiles/rails-edge/Gemfile.sqlite3
- gemfile: gemfiles/rails-edge/Gemfile.mysql2
exclude:
- rvm: jruby
gemfile: gemfiles/rails-3.2/Gemfile.sqlite3
Expand All @@ -46,3 +42,7 @@ matrix:
gemfile: gemfiles/rails-edge/Gemfile.sqlite3
- rvm: jruby
gemfile: gemfiles/rails-edge/Gemfile.mysql2
allow_failures:
- gemfile: gemfiles/rails-edge/Gemfile.postgresql
- gemfile: gemfiles/rails-edge/Gemfile.sqlite3
- gemfile: gemfiles/rails-edge/Gemfile.mysql2

0 comments on commit 5f35363

Please sign in to comment.