Skip to content

Commit

Permalink
Add back necessary excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 12, 2012
1 parent 722e594 commit 66c81e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ env:
- "CI_ORM=mongoid"
- "CI_ORM=mongoid CI_ORM_VERSION=head"
language: ruby
matrix:
exclude:
- rvm: jruby-18mode
env: "CI_ORM=active_record CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
- rvm: jruby-18mode
env: "CI_ORM=active_record CI_DB_ADAPTER=mysql"
- rvm: jruby-18mode
env: "CI_ORM=mongoid CI_ORM_VERSION=head"
- rvm: 1.8.7
env: "CI_ORM=mongoid CI_ORM_VERSION=head"
notifications:
irc: "irc.freenode.org#railsadmin"
script: spec/ci.sh

0 comments on commit 66c81e1

Please sign in to comment.