Skip to content

Commit

Permalink
Fixed travis exclusion matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 31, 2014
1 parent d52e719 commit b9d2215
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -14,17 +14,17 @@ env:
matrix:
exclude:
- rvm: 1.9.3
env: mysql
env: DB=mysql
- rvm: 1.9.3
env: sqlite
env: DB=sqlite
- rvm: 2.0.0
env: mysql
env: DB=mysql
- rvm: 2.0.0
env: sqlite
env: DB=sqlite
- rvm: 2.2.0
env: mysql
env: DB=mysql
- rvm: 2.2.0
env: sqlite
env: DB=sqlite

gemfile: Gemfile.ci

Expand Down

0 comments on commit b9d2215

Please sign in to comment.