Skip to content

Commit

Permalink
Rely on bundler already being installed for faster test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
UweKubosch committed Jul 9, 2017
1 parent 6f9e345 commit bda611f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jdk:
env: env:
- JRUBY_OPTS="--dev --debug" - JRUBY_OPTS="--dev --debug"


before_install:
- gem query -i -n '^bundler$' >/dev/null || gem install --no-doc bundler
- bundle install

gemfile: gemfile:
- gemfiles/rails_5.1.gemfile - gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.0.gemfile - gemfiles/rails_5.0.gemfile
Expand Down

0 comments on commit bda611f

Please sign in to comment.