From 5b8afc83c2f5d8feedc04bd660dcb86ee52776b7 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Thu, 16 Oct 2014 19:48:46 +0200 Subject: [PATCH] Simplify Travis install phase. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b9c47e64..49106a6cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,7 @@ before_install: - env | sort # Make sure CMake and Mono are installed -install: - - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./CI/travis.linux.install.deps.sh; fi - - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./CI/travis.osx.install.deps.sh; fi +install: ./CI/travis.${TRAVIS_OS_NAME}.install.deps.sh # Build libgit2, LibGit2Sharp and run the tests script: