specify c++11 in travis file

This commit is contained in:
arvidn 2015-08-08 00:08:17 -04:00
parent 290ba39d8d
commit ff51c044a1
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ before_install:
install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then sudo brew install boost boost-build python27-dev; fi
- 'echo "using gcc : : ccache g++ ;" > ~/user-config.jam'
- 'echo "using clang : : ccache clang++ ;" >> ~/user-config.jam'
- 'echo "using gcc : : ccache g++ -std=c++0x ;" > ~/user-config.jam'
- 'echo "using clang : : ccache clang++ -std=c++11 ;" >> ~/user-config.jam'
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
- ccache -V && ccache --show-stats && ccache --zero-stats
- which $CXX