@@ -27,6 +27,8 @@ addons:
2727 - g++-4.8
2828 - gcc-5
2929 - g++-5
30+ - gcc-6
31+ - g++-6
3032 - libboost1.55-all-dev
3133 - libtiff4-dev
3234 - llvm-3.4-dev
@@ -124,20 +126,20 @@ matrix:
124126 - os : osx
125127 compiler : clang
126128 env : OIIOBRANCH=release USE_CPP11=1
127- # Temporary: try head of RB-1.6
129+ # Linux only: test gcc 6 (catch new warnings hot off the presses) and
130+ # also use a higher SIMD level, avx and f16c, to make sure all is well.
131+ # TravisCI's OSX images don't yet support avx/f16c, so we only do this
132+ # on Linux for now, but eventually we'll want to separate these concerns
133+ # into separate tests.
128134 - os : linux
129135 dist : trusty
130136 compiler : gcc
131- env : OIIOBRANCH=RB-1.6 USE_CPP11=1
132- # Linux only: test gcc 5 (sometimes it has new warnings that weren't
133- # issues for gcc 4.x or clang) and also use a higher SIMD level, avx and
134- # f16c, to make sure all is well. TravisCI's OSX images don't yet
135- # support avx/f16c, so we only do this on Linux for now, but eventually
136- # we'll want to separate these concerns into separate tests.
137+ env : WHICHGCC=6 USE_SIMD=avx,f16c
138+ # Linux only: test gcc 5
137139 - os : linux
138140 dist : trusty
139141 compiler : gcc
140- env : WHICHGCC=5 USE_SIMD=avx,f16c
142+ env : WHICHGCC=5
141143 # One more, just for the heck of it, turn all SIMD off. I guess this
142144 # should/could be both platforms, but in the interest of making the
143145 # tests go faster, don't bother doing it on OSX.
0 commit comments