Travis: Fix server build env in matrix

Another stray quote that broke Travis, not sure how it got there.
This commit is contained in:
Rémi Verschelde 2020-08-14 12:57:46 +02:00
parent 1394bbd443
commit 07f21b1080

View file

@ -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