Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Excluding Ruby 1.8.7 temporarily as it is causing Travis CI issues with Coveralls and Bundler (rubygems/bundler#2784)
  • Loading branch information
AndyObtiva committed Jan 6, 2014
1 parent 742cff4 commit c9e57b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ rvm:
- 1.9.3
- 1.8.7
- ree
- jruby-18mode
- jruby-19mode
- rbx-2.1.1
gemfile:
Expand All @@ -17,8 +18,14 @@ matrix:
gemfile: ruby187.Gemfile
- rvm: 1.8.7
gemfile: Gemfile
- rvm: 1.8.7
gemfile: ruby187.Gemfile
- rvm: ree
gemfile: Gemfile
- rvm: jruby-18mode
gemfile: Gemfile
- rvm: jruby-18mode
gemfile: ruby187.Gemfile
- rvm: jruby-19mode
gemfile: ruby187.Gemfile
- rvm: rbx-2.1.1
Expand Down

0 comments on commit c9e57b9

Please sign in to comment.