We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c328ec commit 6a0aa39Copy full SHA for 6a0aa39
.travis.yml
@@ -38,6 +38,6 @@ git:
38
before_install:
39
- git submodule update --init
40
- gem update --system
41
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/ci/setup-osx.sh; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/azure-pipelines/setup-osx.sh; fi
42
43
script: script/travisbuild
0 commit comments