aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Stevens <cr-marcstevens@users.noreply.github.com>2017-02-28 17:42:47 +0100
committerGitHub <noreply@github.com>2017-02-28 17:42:47 +0100
commitb707158479c10a0f7be3049a09db36164b1c4135 (patch)
tree3a022340a29e390dab3df438d6aa5d560279f0a6
parent9412ea357e573fe57d736ca65015c4f376602aa6 (diff)
downloadsha1collisiondetection-b707158479c10a0f7be3049a09db36164b1c4135.tar.gz
Update .travis.yml
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ac6ff9..7f0d9ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,8 @@ matrix:
compiler: gcc
env: COMPILER=gcc-4.9
addons:
+ sources:
+ - ubuntu-toolchain-r-test
apt:
packages:
- gcc-4.9
@@ -24,6 +26,8 @@ matrix:
compiler: gcc
env: COMPILER=gcc-5
addons:
+ sources:
+ - ubuntu-toolchain-r-test
apt:
packages:
- gcc-5
@@ -31,6 +35,8 @@ matrix:
compiler: gcc
env: COMPILER=gcc-6
addons:
+ sources:
+ - ubuntu-toolchain-r-test
apt:
packages:
- gcc-6