try separating the package sources

This commit is contained in:
arvidn 2015-08-08 02:12:52 -04:00
parent 2c37b9c514
commit 0e350d4ff3
1 changed files with 5 additions and 2 deletions

View File

@ -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