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 f8fa09f commit dd62a8bCopy full SHA for dd62a8b
.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/script/install-deps-osx.sh; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/ci/setup-osx.sh; fi
42
43
script: script/travisbuild
0 commit comments