Just have one environment.

This commit is contained in:
Hans-Kristian Arntzen 2017-09-06 12:05:31 +02:00
parent 58697c7573
commit 3f170b35e5

View File

@ -10,8 +10,7 @@ dist: trusty
# We check out glslang and SPIRV-Tools at specific revisions to avoid test output mismatches
env:
- GLSLANG_REV=f0bc598dd7871689f25514b22a82f7455d762bef
- SPIRV_TOOLS_REV=40e9c60ffea56f45f388835e6945b01d4d8b022d
- GLSLANG_REV=f0bc598dd7871689f25514b22a82f7455d762bef SPIRV_TOOLS_REV=40e9c60ffea56f45f388835e6945b01d4d8b022d
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi