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.
2 parents 5c3f887 + 1972b0d commit 1af4f21Copy full SHA for 1af4f21
.travis.yml
@@ -15,6 +15,8 @@ addons:
15
- g++-4.8
16
- gcc-5
17
- g++-5
18
+ - gcc-6
19
+ - g++-6
20
21
before_install:
22
- git clone https://github.com/appleseedhq/travis-linux-deps.git
@@ -31,10 +33,6 @@ env:
31
33
32
34
matrix:
35
include:
- - os: linux
- compiler: gcc
36
- env: GCC_VERSION= USE_CPP11=OFF
37
-
38
- os: linux
39
compiler: gcc
40
env: GCC_VERSION=5 USE_CPP11=OFF
@@ -47,6 +45,10 @@ matrix:
47
45
48
46
env: GCC_VERSION=5 USE_CPP11=ON
49
+ - os: linux
+ compiler: gcc
50
+ env: GCC_VERSION=6 USE_CPP11=ON
51
+
52
script:
53
- ./travis/build.sh
54
0 commit comments