From 7a2e843dde6b78aabab05811d3f481176537098e Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 24 Mar 2018 17:15:18 +0900 Subject: .travis.yml: Escape all env variables in the configuration with ' Not only those that already caused trouble. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3018d987..a5938670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: include: - os: linux compiler: gcc - env: [ ENV_EVAL="CC=gcc-5 && CXX=g++-5" ] + env: [ 'ENV_EVAL="CC=gcc-5 && CXX=g++-5"' ] - os: linux compiler: clang - os: osx -- cgit v1.2.3