aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcr-marcstevens <github@marc-stevens.nl>2017-03-03 16:24:30 +0100
committercr-marcstevens <github@marc-stevens.nl>2017-03-03 16:24:30 +0100
commitc7fd242c4eee039c84509e85204a9489c23d7071 (patch)
tree70672aabefe68d90744668f9a8cf1d9b8d472abc
parent6b1c12f3606d0959f8658d44a324fcf5f4497f88 (diff)
downloadsha1collisiondetection-c7fd242c4eee039c84509e85204a9489c23d7071.tar.gz
Updated .travis.yml
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dc2c07d..03a1f3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,18 @@ compiler:
- gcc
- clang
+env:
+ matrix:
+ - LIBTOOL=libtool
+ - LIBTOOL=libtool-disabled
+
matrix:
allow_failures:
- os: osx
+
+before_install:
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libtool; fi
script:
- make