Skip to content

Commit

Permalink
Remove Travis config hacks
Browse files Browse the repository at this point in the history
No longer need to special case Rubinius.
  • Loading branch information
jc00ke committed Dec 18, 2014
1 parent cf83436 commit f69d159
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -9,11 +9,5 @@ rvm:
- 2.1
- 2.2
matrix:
global:
- BUNDLE_JOBS=4
allow_failures:
- rvm: rbx-2
before_install:
# Only use 1 job until Travis fixes the rbx --jobs issue.
- if [ "$TRAVIS_RUBY_VERSION" == "rbx-2" ] ; then export BUNDLE_JOBS=1 ; fi
install: bundle install --retry=3

0 comments on commit f69d159

Please sign in to comment.