[Travis] Fix Travis

This commit is contained in:
DrChat 2018-02-14 07:44:21 -06:00
parent f203380040
commit bbafcc089d
1 changed files with 1 additions and 3 deletions

View File

@ -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.