mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Eat your semicolons kids
This commit is contained in:
+4
-4
@@ -31,9 +31,9 @@ matrix:
|
||||
- $HOME/.nuget/packages
|
||||
|
||||
install:
|
||||
- if [ $DMAPI = true ]; then build/install_byond.sh fi
|
||||
- if [ $DMAPI = false ]; then nuget restore tgstation-server.sln fi
|
||||
- if [ $DMAPI = true ]; then build/install_byond.sh; fi
|
||||
- if [ $DMAPI = false ]; then nuget restore tgstation-server.sln; fi
|
||||
|
||||
script:
|
||||
- if [ $DMAPI = true ]; then tests/DMAPI/build_byond.sh || travis_terminate 1 fi
|
||||
- if [ $DMAPI = false ]; then build/test_core.sh fi
|
||||
- if [ $DMAPI = true ]; then tests/DMAPI/build_byond.sh || travis_terminate 1; fi
|
||||
- if [ $DMAPI = false ]; then build/test_core.sh; fi
|
||||
|
||||
Reference in New Issue
Block a user