Still trying to install boost headers

This commit is contained in:
rbock
2015-01-31 16:17:01 +01:00
parent 42757b4479
commit d6acf0cfb4

View File

@@ -15,7 +15,7 @@ notifications:
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update
- sudo apt-get libboost-dev
- sudo apt-get install libboost-dev
- if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi