travis fixes

This commit is contained in:
Antony Polukhin
2015-08-22 21:21:46 +03:00
parent 9fede62a7c
commit f58844637c

View File

@ -52,6 +52,8 @@ before_install:
- PROJECT_DIR=$BOOST/libs/$PROJECT_TO_TEST
- ./bootstrap.sh
- ./b2 headers
- sudo apt-get update -qq
- sudo apt-get install -qq valgrind
script:
- if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi