Skip to content

Commit 8a39105

Browse files
committed
Do not do a deployment install
1 parent 213a817 commit 8a39105

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
@@ -34,6 +34,6 @@ matrix:
3434

3535
install:
3636
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx.sh; fi
37-
- bundle install --deployment
37+
- bundle install --path vendor/local
3838

3939
script: script/travisbuild

0 commit comments

Comments
 (0)