aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Stevens <cr-marcstevens@users.noreply.github.com>2017-02-28 19:08:35 +0100
committerGitHub <noreply@github.com>2017-02-28 19:08:35 +0100
commitdea263f5aa3eaaac6dc93e3d0a08c9d1e412e6c3 (patch)
tree04e3679e8f18fa013bd317ce09ae9fd36b3ae64a
parent554c9bfc5c67639f18278218ce4ee326fa704318 (diff)
downloadsha1collisiondetection-dea263f5aa3eaaac6dc93e3d0a08c9d1e412e6c3.tar.gz
Update .travis.yml
-rw-r--r--.travis.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml
index 86ca7aa..7788ba6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,37 +9,6 @@ matrix:
- os: linux
compiler: gcc
env: COMPILER=gcc-4.8
- addons:
- apt:
- packages:
- - gcc-4.8-base
- - os: linux
- compiler: gcc
- env: COMPILER=gcc-4.9
- addons:
- sources:
- - ubuntu-toolchain-r-test
- apt:
- packages:
- - gcc-4.9-base
- - os: linux
- compiler: gcc
- env: COMPILER=gcc-5
- addons:
- sources:
- - ubuntu-toolchain-r-test
- apt:
- packages:
- - gcc-5-base
- - os: linux
- compiler: gcc
- env: COMPILER=gcc-6
- addons:
- sources:
- - ubuntu-toolchain-r-test
- apt:
- packages:
- - gcc-6-base
- os: linux
compiler: clang
env: COMPILER=clang
@@ -60,4 +29,3 @@ script:
notifications:
on_success: change
on_failure: always
-