Skip to content

Commit 93877db

Browse files
committed
.travis.yml: attempt to support multiple GCC versions #3
1 parent c7cd191 commit 93877db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ matrix:
5555
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
5656

5757
before_install:
58-
- eval "${MATRIX_EVAL}"
58+
- eval "${MATRIX_EVAL}"
59+
- sudo apt-get update -qq
60+
- sudo apt-get install -qq python-six python-pygments graphviz python-lxml
5961

6062
script: make
61-
before_install:
62-
- sudo apt-get update -qq
63-
- sudo apt-get install -qq python-six python-pygments graphviz python-lxml

0 commit comments

Comments
 (0)