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 c9aff7a commit 5b8afc8Copy full SHA for 5b8afc8
.travis.yml
@@ -14,9 +14,7 @@ before_install:
14
- env | sort
15
16
# Make sure CMake and Mono are installed
17
-install:
18
- - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./CI/travis.linux.install.deps.sh; fi
19
- - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./CI/travis.osx.install.deps.sh; fi
+install: ./CI/travis.${TRAVIS_OS_NAME}.install.deps.sh
20
21
# Build libgit2, LibGit2Sharp and run the tests
22
script:
0 commit comments