Skip to content

Commit 6a0aa39

Browse files
committed
travis: update location of setup-osx.sh
1 parent 7c328ec commit 6a0aa39

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/ci/setup-osx.sh; fi
41+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/azure-pipelines/setup-osx.sh; fi
4242

4343
script: script/travisbuild

0 commit comments

Comments
 (0)