From 68329624899d693c7df5ecccf3e7e5fcd6fa7cf5 Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Sat, 28 May 2016 22:45:47 -0400
Subject: [PATCH] travis-ci: env vars need to be quoted

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 836ac58aef..69e8ee9ef4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
-- 
GitLab