0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

travis.ci configuration testing...

This commit is contained in:
niXman 2015-01-31 16:40:40 +02:00
parent df0429058c
commit ed5c123c97

View File

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