Skip to content

Commit

Permalink
Try to fix CI again
Browse files Browse the repository at this point in the history
Not using the newest version of bundler because not all testing
combinations can use it.
  • Loading branch information
enkessler committed Mar 8, 2019
1 parent f87c3bb commit d1b6a12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ gemfile:
- testing/gemfiles/rake11.gemfile
- testing/gemfiles/rake12.gemfile

# todo - Remove this once TravisCI fixes their bundler issue (https://github.com/alphagov/govuk_template/pull/186)
before_install:
- gem install bundler -v 1.9.10
- gem install bundler -v '< 2'

script: bundle exec rake cuke_cataloger:ci_build

0 comments on commit d1b6a12

Please sign in to comment.