Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gierth committed Jun 4, 2014
1 parent 4ecc9da commit 8a30515
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 1.9
- 2.0
- 2.1
- jruby
- rbx
- rbx-2
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: 2.1.0 # https://github.com/dkubb/adamantium/issues/30
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
script: bundle exec rake -t metrics:coverage ci
before_install:
- gem install bundler -v '= 1.5.1'
- gem install bundler

0 comments on commit 8a30515

Please sign in to comment.