Skip to content

Commit

Permalink
fix travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenezech committed Mar 13, 2012
1 parent 0fa3fb6 commit cb46434
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -14,19 +14,19 @@ gemfile:
language: ruby
matrix:
exclude:
- rvm: ree
- rvm: 1.8.7
env: "CI_DB_ADAPTER=sqlite3"
gemfile: Gemfile
- rvm: ree
- rvm: 1.8.7
env: "CI_DB_ADAPTER=sqlite3"
gemfile: Gemfile31
- rvm: ree
- rvm: 1.8.7
env: "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
gemfile: Gemfile
- rvm: ree
- rvm: 1.8.7
env: "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
gemfile: Gemfile31
- rvm: ree
- rvm: 1.8.7
gemfile: Gemfile31
env: "CI_DB_ADAPTER=mysql"

Expand Down

0 comments on commit cb46434

Please sign in to comment.