mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Travis: Fix server build env in matrix
Another stray quote that broke Travis, not sure how it got there.
This commit is contained in:
parent
1394bbd443
commit
07f21b1080
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ matrix:
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
compiler: clang
|
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
|
os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue