aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Stevens <cr-marcstevens@users.noreply.github.com>2017-03-01 15:28:51 +0100
committerGitHub <noreply@github.com>2017-03-01 15:28:51 +0100
commit2f561138bda720344578d9b14463d3df78cb1b80 (patch)
tree3fcb19cc1e27a314fde8ecac7f5f0196af1b714b
parent44c017d85e3fd547ba869266e5304484f29276a6 (diff)
downloadsha1collisiondetection-2f561138bda720344578d9b14463d3df78cb1b80.tar.gz
Update .travis.yml
-rw-r--r--.travis.yml26
1 files changed, 10 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 7788ba6..dc2c07d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,24 +4,18 @@ dist: trusty
language: c
-matrix:
- include:
- - os: linux
- compiler: gcc
- env: COMPILER=gcc-4.8
- - os: linux
- compiler: clang
- env: COMPILER=clang
- - os: osx
- compiler: clang
- env: COMPILER=clang
- before_install:
- - brew install libtool
+os:
+- linux
+- osx
-install:
- - export CC="$COMPILER"
- - $CC --version
+compiler:
+- gcc
+- clang
+matrix:
+ allow_failures:
+ - os: osx
+
script:
- make
- make test