Eat your semicolons kids

This commit is contained in:
Cyberboss
2018-09-05 11:16:02 -04:00
parent 1b49197819
commit ab89ecd0e2
+4 -4
View File
@@ -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