Skip to content

Commit dd62a8b

Browse files
committed
travis: update location of libgit2's dependency script
1 parent f8fa09f commit dd62a8b

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
@@ -38,6 +38,6 @@ git:
3838
before_install:
3939
- git submodule update --init
4040
- gem update --system
41-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx.sh; fi
41+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/ci/setup-osx.sh; fi
4242

4343
script: script/travisbuild

0 commit comments

Comments
 (0)