From 6444647a0065eec65895452f26f5dcc95e6365e0 Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 30 Jan 2016 14:48:14 -0500 Subject: [PATCH] [fix] quote --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af1f35d8..522f5e05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: before_script: - ./bootstrap.sh install: - - if [ "$CC" = "gcc ]; then export CC="gcc-4.8"; fi + - if [ "$CC" = "gcc" ]; then export CC="gcc-4.8"; fi script: - ./configure --datadir=$(pwd)/data - make