try separating the package sources
This commit is contained in:
parent
2c37b9c514
commit
0e350d4ff3
|
@ -24,13 +24,16 @@ cache:
|
|||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- boost-latest
|
||||
packages:
|
||||
- g++-4.9
|
||||
- libboost1.55-all-dev
|
||||
- libboost1.55-tools-dev
|
||||
- python2.7-dev
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.9
|
||||
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
||||
|
|
Loading…
Reference in New Issue