From 602ed34e34e29e031cc4f92e812215e420c5aef1 Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Wed, 21 Jun 2017 09:40:12 +0200 Subject: [PATCH] Update glslang travis commit. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6be89672..6f2f9fa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ dist: trusty # We check out glslang at a specific revision to avoid test output mismatches env: - - GLSLANG_REV=de1cc06c1d1c1eeae31aa5cae686ccf24064730f + - GLSLANG_REV=f0bc598dd7871689f25514b22a82f7455d762bef before_script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi