Skip to content

Commit 7e0837d

Browse files
committed
Fix travis(?)
1 parent 06c7791 commit 7e0837d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ matrix:
3535
- CXX=g++-7
3636
- CC=gcc-7
3737
- BUILDMODE=Debug
38-
- <<: *base_linux_config
39-
env:
40-
- CMAKE_CC="gcc-7"
41-
- CMAKE_CXX="g++-7"
42-
- COMPILER_NAME=gcc
43-
- CXX=g++-7
44-
- CC=gcc-7
45-
- BUILDMODE=Release
38+
# - <<: *base_linux_config
39+
# env:
40+
# - CMAKE_CC="gcc-7"
41+
# - CMAKE_CXX="g++-7"
42+
# - COMPILER_NAME=gcc
43+
# - CXX=g++-7
44+
# - CC=gcc-7
45+
# - BUILDMODE=Release
4646

4747
script:
4848
- git submodule sync && git submodule update --init --recursive

0 commit comments

Comments
 (0)