Skip to content

Commit fa5a259

Browse files
author
Sebastiano Merlino
committed
Travis g++ too old for --std=c++11 option
1 parent 608e62a commit fa5a259

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ script:
2020
- make
2121
- make check
2222
- cd ..
23-
- rm -rf build
24-
- mkdir build
25-
- cd build
26-
- ../configure --enable-cpp11
27-
- make
28-
- make check
29-
- cd ..
23+
# - rm -rf build
24+
# - mkdir build
25+
# - cd build
26+
# - ../configure --enable-cpp11
27+
# - make
28+
# - make check
29+
# - cd ..

0 commit comments

Comments
 (0)