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

Commit 327309d

Browse files
Move bundler up and do not specify version
1 parent ca2b646 commit 327309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: ruby
33
rvm:
44
- 2.5.0
55
before_script:
6+
- gem install bundler
67
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
78
- chmod +x ./cc-test-reporter
89
- ./cc-test-reporter before-build
9-
- gem install bundler -v 1.16.1
1010
script: bundle exec rspec
1111
after_script:
1212
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)