Skip to content

Commit

Permalink
Merge pull request rails-api#711 from rails-api/fixes-rbx-on-travis
Browse files Browse the repository at this point in the history
Fixes rbx gems bundling on TravisCI
  • Loading branch information
kurko authored and gudata committed Oct 30, 2015
1 parent 3b05a88 commit 41e66a9
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
language: ruby

rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- ruby-head
- jruby-19mode
- rbx-2
- ruby-head

sudo: false

install:
- bundle install --retry=3

env:
- "RAILS_VERSION=3.2.17"
- "RAILS_VERSION=4.0.3"
- "RAILS_VERSION=4.1.0"
- "RAILS_VERSION=3.2"
- "RAILS_VERSION=4.0"
- "RAILS_VERSION=4.1"
- "RAILS_VERSION=master"

matrix:
allow_failures:
- rvm: ruby-head
- env: "RAILS_VERSION=master"

- env: "RAILS_VERSION=3.2"

0 comments on commit 41e66a9

Please sign in to comment.