diff options
| author | DrChat <arkolbed@gmail.com> | 2018-02-14 07:44:21 -0600 |
|---|---|---|
| committer | DrChat <arkolbed@gmail.com> | 2018-02-14 07:44:21 -0600 |
| commit | bbafcc089db7d89def739e3faceac4d669d74649 (patch) | |
| tree | 269016c6bffc1dab01664cf3fe879bcf95aab979 | |
| parent | f20338004041cc8c29c9c02add7121d7811d323a (diff) | |
[Travis] Fix Travis
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 87b692bfb..430b2f08a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,6 @@ addons: #- libvulkan-dev - libx11-dev - liblz4-dev - -env: - - LIBVULKAN_VERSION=1.0.61.1 matrix: include: @@ -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. |
