Skip to content
Snippets Groups Projects
Commit 68329624 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

travis-ci: env vars need to be quoted

parent 2dfdc99c
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ matrix:
- libgme-dev
- p7zip-full
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
- os: linux
compiler: clang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment