Skip to content

Commit

Permalink
Organize travis file
Browse files Browse the repository at this point in the history
also stop testing on jruby-head
  • Loading branch information
arthurnn committed May 29, 2014
1 parent 792ada4 commit 708d690
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
@@ -1,15 +1,16 @@
services: mongodb
language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.1
- jruby
- jruby-head
env: JRUBY_OPTS="--server -J-Xms512m -J-Xmx1024m"
gemfile:
- Gemfile
- gemfiles/rails41.gemfile
matrix:
allow_failures:
- rvm: jruby-head
- gemfile: gemfiles/rails41.gemfile
notifications:
email: false
Expand All @@ -18,8 +19,3 @@ notifications:
on_failure: always
channels:
- "irc.freenode.org#mongoid"
services:
- mongodb
gemfile:
- Gemfile
- gemfiles/rails41.gemfile

0 comments on commit 708d690

Please sign in to comment.