We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e95d3 commit d1f9d15Copy full SHA for d1f9d15
.travis.yml
@@ -7,7 +7,7 @@ after_script:
7
- make test
8
env:
9
global:
10
- - CXX11_FLAGS="-std=c++11 -DEA_COMPILER_HAS_MOVE_SEMANTICS -DEA_COMPILER_HAS_VARIADIC_TEMPLATES"
+ - CXX11_FLAGS="-std=c++0x -DEA_COMPILER_HAS_MOVE_SEMANTICS -DEA_COMPILER_HAS_VARIADIC_TEMPLATES"
11
- COMPILER_FLAGS="-Wall -Wextra"
12
- CMAKE_BUILD_TYPE=DEBUG # RELEASE
13
matrix:
0 commit comments