moved sources
This commit is contained in:
parent
4b37082e36
commit
be05dbe618
1 changed files with 2 additions and 5 deletions
|
@ -8,11 +8,6 @@ language: cpp
|
||||||
# container-based build
|
# container-based build
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources: &sources
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
|
|
||||||
|
|
||||||
################
|
################
|
||||||
# build matrix #
|
# build matrix #
|
||||||
|
@ -32,6 +27,7 @@ matrix:
|
||||||
env: COMPILER=g++-4.9
|
env: COMPILER=g++-4.9
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
packages: g++-4.9
|
packages: g++-4.9
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -39,6 +35,7 @@ matrix:
|
||||||
env: COMPILER=g++-5
|
env: COMPILER=g++-5
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
packages: g++-5
|
packages: g++-5
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue