We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f514106 commit 42b3441Copy full SHA for 42b3441
.travis.yml
@@ -64,18 +64,18 @@ matrix:
64
env:
65
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
66
67
+ python:
68
+ - "2.7"
69
+ - "3.3"
70
+ - "3.4"
71
+ - "3.5"
72
+ - "3.6"
73
+ - "3.7-dev" # 3.7 development branch
74
+
75
language: c
76
compiler:
77
- gcc
78
-python:
- - "2.7"
- - "3.3"
- - "3.4"
- - "3.5"
- - "3.6"
- - "3.7-dev" # 3.7 development branch
-
79
before_install:
80
- eval "${MATRIX_EVAL}"
81
- sudo apt-get update -qq
0 commit comments