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 7, 2019
1 parent 4b5d207 commit 9b54e86
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 9b54e86

Please sign in to comment.