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

Commit 2fdcca4

Browse files
committed
Bundle install the Gemfile.lock instead of updating to newer versions
1 parent 09419c0 commit 2fdcca4

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
@@ -14,7 +14,7 @@ before_install:
1414
- gem install bundler
1515
before_script:
1616
- cd spec/test_app
17-
- bundle update
17+
- bundle install
1818
- bundle exec rails db:setup
1919
- cd ../../
2020
- if [[ "$DRIVER" == "travis" ]]; then chromedriver-update; fi

0 commit comments

Comments
 (0)