[Travis] Fix Travis
This commit is contained in:
parent
f203380040
commit
bbafcc089d
|
@ -30,9 +30,6 @@ addons:
|
|||
- libx11-dev
|
||||
- liblz4-dev
|
||||
|
||||
env:
|
||||
- LIBVULKAN_VERSION=1.0.61.1
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0 LINT=true
|
||||
|
@ -45,6 +42,7 @@ git:
|
|||
submodules: false
|
||||
|
||||
before_script:
|
||||
- export LIBVULKAN_VERSION=1.0.61.1
|
||||
- export CXX=$CXX_COMPILER
|
||||
- export CC=$C_COMPILER
|
||||
# Dump useful info.
|
||||
|
|
Loading…
Reference in New Issue