mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
Add -std=c++0x flag to enable support for C++0x in Travis CI
This commit is contained in:
parent
17b3dff2cf
commit
15884edc8e
@ -14,6 +14,7 @@ before_script:
|
||||
- mkdir -p build
|
||||
|
||||
script:
|
||||
- export CXXFLAGS="-std=c++0x"
|
||||
- pushd build
|
||||
- cmake ..
|
||||
- make
|
||||
|
Loading…
Reference in New Issue
Block a user