Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcr-marcstevens <github@marc-stevens.nl>2017-03-03 18:24:08 +0300
committercr-marcstevens <github@marc-stevens.nl>2017-03-03 18:24:08 +0300
commita7a333789289a42501648f69b8eb28f3e8045b6d (patch)
tree45c9dfc961e32fa695ff440ec600b4fade40e202
parent42ae4fb7b159700787ca2f6e2dff79a0a209ffe3 (diff)
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