Skip to content

Commit

Permalink
Ensure Bundler is available on Travis CI
Browse files Browse the repository at this point in the history
Sometimes builds fail due to Bundler not being installed ...
  • Loading branch information
mvz committed Jan 8, 2019
1 parent a8eb283 commit a2be808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: false
language: ruby
script: bundle exec rake test
before_install:
- gem install bundler -v '< 2'
bundler_args: --without development debug

jobs:
Expand Down

0 comments on commit a2be808

Please sign in to comment.