mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 11:40:52 +00:00
travis-ci: env vars need to be quoted
This commit is contained in:
parent
2dfdc99cb5
commit
6832962489
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ matrix:
|
||||||
- libgme-dev
|
- libgme-dev
|
||||||
- p7zip-full
|
- p7zip-full
|
||||||
compiler: gcc-6
|
compiler: gcc-6
|
||||||
env: WFLAGS=-Werror -Wno-tautological-compare -Wno-error=tautological-compare
|
env: WFLAGS="-Wno-tautological-compare -Wno-error=tautological-compare"
|
||||||
#gcc-6 (Ubuntu 6.1.1-3ubuntu11~14.04.1) 6.1.1 20160511
|
#gcc-6 (Ubuntu 6.1.1-3ubuntu11~14.04.1) 6.1.1 20160511
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
Loading…
Reference in a new issue