another attempt to fix .travis.yml

This commit is contained in:
arvidn 2015-08-14 00:52:49 -04:00
parent ee260508be
commit b5fdc74c91
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ before_install:
install:
- 'if [ $variant == "test_debug" ]; then
echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 <compileflags>-fsanitize=address <linkflags>-fsanitize=address ;" > ~/user-config.jam;
else;
else
echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 ;" > ~/user-config.jam;
fi'
- 'echo "using clang : : ccache clang++ : <cxxflags>-std=c++11 ;" >> ~/user-config.jam'