Add -std=c++0x flag to enable support for C++0x in Travis CI

This commit is contained in:
Tristan Penman 2014-04-17 11:05:21 +10:00
parent 17b3dff2cf
commit 15884edc8e

View File

@ -14,6 +14,7 @@ before_script:
- mkdir -p build
script:
- export CXXFLAGS="-std=c++0x"
- pushd build
- cmake ..
- make