diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 303c838693..dd1d911b63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ script: 'ci/travis.rb' before_install: - travis_retry gem install bundler - "rvm current | grep 'jruby' && export AR_JDBC=true || echo" -install: "bundle install --without test" rvm: - 1.9.3 - 2.0.0 |