summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthur Schreiber <arthur.schreiber@hp.com>2015-06-26 17:58:45 +0200
committerArthur Schreiber <arthur.schreiber@hp.com>2015-06-26 17:58:45 +0200
commit76d7c359afe464930585734322ba8ea468a35bfc (patch)
treec82837e393aa2dec9e61f91f3736b20f0e1bd243 /.travis.yml
parent354268ca488fc89346d5874b446510f0cc89c007 (diff)
downloadlibgit2-76d7c359afe464930585734322ba8ea468a35bfc.tar.gz
Fast builds?
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
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: