From f69d159ea01cc94ed22f441b8ba5027d5a696941 Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Thu, 18 Dec 2014 10:48:01 -0800 Subject: [PATCH] Remove Travis config hacks No longer need to special case Rubinius. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ac6ecfb5..a5cbb840e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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