Browse Source

Travis: Fix server build env in matrix

Another stray quote that broke Travis, not sure how it got there.
Rémi Verschelde 5 years ago
parent
commit
07f21b1080
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.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