This commit is contained in:
tastytea 2018-03-12 09:53:12 +01:00
parent 85e1e0fbe3
commit 310cccda57
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 3 additions and 4 deletions

View File

@ -5,11 +5,10 @@ compiler:
dist: trusty
addons:
apt:
# sources:
# - ubuntu-toolchain-r-test
sources:
- ubuntu-toolchain-r-test
packages:
# - g++-5
- g++-4.9
- g++-5
- libcurlpp-dev
# env:
# - if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi