Skip to content

Commit d1f9d15

Browse files
committed
use c++0x instead of c++11
1 parent 73e95d3 commit d1f9d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ after_script:
77
- make test
88
env:
99
global:
10-
- CXX11_FLAGS="-std=c++11 -DEA_COMPILER_HAS_MOVE_SEMANTICS -DEA_COMPILER_HAS_VARIADIC_TEMPLATES"
10+
- CXX11_FLAGS="-std=c++0x -DEA_COMPILER_HAS_MOVE_SEMANTICS -DEA_COMPILER_HAS_VARIADIC_TEMPLATES"
1111
- COMPILER_FLAGS="-Wall -Wextra"
1212
- CMAKE_BUILD_TYPE=DEBUG # RELEASE
1313
matrix:

0 commit comments

Comments
 (0)