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:
authorMarc Stevens <cr-marcstevens@users.noreply.github.com>2017-02-28 19:49:29 +0300
committerGitHub <noreply@github.com>2017-02-28 19:49:29 +0300
commit554c9bfc5c67639f18278218ce4ee326fa704318 (patch)
tree642d081ea5ba85f258a9625c3a77cea2486acbfe
parentb707158479c10a0f7be3049a09db36164b1c4135 (diff)
Update .travis.yml
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f0d9ab..86ca7aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ matrix:
addons:
apt:
packages:
- - gcc-4.8
+ - gcc-4.8-base
- os: linux
compiler: gcc
env: COMPILER=gcc-4.9
@@ -21,7 +21,7 @@ matrix:
- ubuntu-toolchain-r-test
apt:
packages:
- - gcc-4.9
+ - gcc-4.9-base
- os: linux
compiler: gcc
env: COMPILER=gcc-5
@@ -30,7 +30,7 @@ matrix:
- ubuntu-toolchain-r-test
apt:
packages:
- - gcc-5
+ - gcc-5-base
- os: linux
compiler: gcc
env: COMPILER=gcc-6
@@ -39,7 +39,7 @@ matrix:
- ubuntu-toolchain-r-test
apt:
packages:
- - gcc-6
+ - gcc-6-base
- os: linux
compiler: clang
env: COMPILER=clang