Skip to content

Commit

Permalink
Try some hackier solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Jan 4, 2019
1 parent a00f8a3 commit 0a60c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
before_install:
- rvm @global do gem uninstall bundler -a -x
- "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
- rvm @global do gem install bundler -v '< 2.0.0'
- cd spec/rails-app && BUNDLE_GEMFILE=$TRAVIS_BUILD_DIR/spec/rails-app/Gemfile bundle install && cd ../..
script: bundle exec rspec
Expand Down

0 comments on commit 0a60c58

Please sign in to comment.