diff options
author | Arthur Schreiber <arthur.schreiber@hp.com> | 2015-06-26 17:58:45 +0200 |
---|---|---|
committer | Arthur Schreiber <arthur.schreiber@hp.com> | 2015-06-26 17:58:45 +0200 |
commit | 76d7c359afe464930585734322ba8ea468a35bfc (patch) | |
tree | c82837e393aa2dec9e61f91f3736b20f0e1bd243 | |
parent | 354268ca488fc89346d5874b446510f0cc89c007 (diff) | |
download | libgit2-76d7c359afe464930585734322ba8ea468a35bfc.tar.gz |
Fast builds?
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 760847978..c81fe9f23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,16 @@ env: - OPTIONS="-DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release" - OPTIONS="-DTHREADSAFE=OFF -DBUILD_EXAMPLES=ON" +addons: + apt: + packages: + - cmake + - libssh2-1-dev + - openssh-client + - openssh-server + +sudo: false + matrix: fast_finish: true exclude: @@ -44,7 +54,7 @@ matrix: OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug" install: - - ./script/install-deps-${TRAVIS_OS_NAME}.sh + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./script/install-deps-${TRAVIS_OS_NAME}.sh; fi # Run the Build script and tests script: |