Skip to content

Commit 8ae6bad

Browse files
committed
CI: Add gcc8 to the test matrix
Signed-off-by: Larry Gritz <[email protected]>
1 parent 65df006 commit 8ae6bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ matrix:
177177
- libboost-wave1.55
178178
env: WHICHGCC=7 USE_CPP=11 LLVM_VERSION=7.0.0 BUILD_CMAKE=1
179179
if: branch =~ /(master|RB|travis)/ OR type = pull_request
180-
- name: "Future: gcc8, C++14, LLVM 7, OIIO master, AVX/f16c"
180+
- name: "Future: gcc8, C++14, LLVM 8, OIIO master, AVX/f16c"
181181
os: linux
182182
compiler: gcc
183183
addons:
@@ -192,7 +192,7 @@ matrix:
192192
- libboost-system1.55
193193
- libboost-thread1.55
194194
- libboost-wave1.55
195-
env: WHICHGCC=8 USE_CPP=14 LLVM_VERSION=7.0.0 USE_SIMD=avx,f16c BUILD_CMAKE=1
195+
env: WHICHGCC=8 USE_CPP=14 LLVM_VERSION=8.0.0 USE_SIMD=avx,f16c BUILD_CMAKE=1
196196
- name: "DEBUG build, LLVM 7, OIIO release"
197197
os: linux
198198
compiler: gcc

0 commit comments

Comments
 (0)