reverting to global add ons for now

This commit is contained in:
Eric Vergnaud 2016-11-28 01:43:15 +08:00
parent dd7dcf089d
commit 874fea8cc6
1 changed files with 9 additions and 11 deletions

View File

@ -25,17 +25,6 @@ env:
- TARGET=swift
matrix:
include:
- env: TARGET=cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- g++-5
- uuid-dev
- clang-3.7
exclude:
- os: linux
env: TARGET=swift
@ -79,3 +68,12 @@ script:
- cd runtime-testsuite
- ../.travis/run-tests-$TARGET.sh
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- g++-5
- uuid-dev
- clang-3.7