Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Move bundler up and do not specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
thebadmonkeydev committed May 18, 2018
1 parent ca2b646 commit 327309d
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
Expand Up @@ -3,10 +3,10 @@ language: ruby
rvm:
- 2.5.0
before_script:
- gem install bundler
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
- gem install bundler -v 1.16.1
script: bundle exec rspec
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 comments on commit 327309d

Please sign in to comment.