From 07f21b108086fac88f67a8da6e0f62205d2d004b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 14 Aug 2020 12:57:46 +0200 Subject: [PATCH] Travis: Fix server build env in matrix Another stray quote that broke Travis, not sure how it got there. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 803cf5bd94..cc143dabe2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ matrix: os: osx osx_image: xcode9.3 compiler: clang - - env: GODOT_TARGET=server TOOLS=no CACHE_NAME=${GODOT_TARGET}-clang" + - env: GODOT_TARGET=server TOOLS=no CACHE_NAME=${GODOT_TARGET}-clang os: linux compiler: clang