Skip to content

Commit ab3c439

Browse files
author
Vicent Marti
committed
Merge pull request #495 from libgit2/arthurschreiber-patch-1
Use travis defaults for bundler installation.
2 parents 12f5a54 + 6a921c3 commit ab3c439

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ matrix:
3232
- rvm: rbx-2
3333
- rvm: ruby-head
3434

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

3938
script: script/travisbuild

0 commit comments

Comments
 (0)