diff --git a/.travis.yml b/.travis.yml index f9ae9a82d4..24e6d1866e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: install: - if [ $DMAPI = true ]; then build/install_byond.sh; fi - - if [ $DMAPI = false ]; then nuget restore tgstation-server.sln; fi + - if [ $DMAPI = false ]; then dotnet restore tgstation-server.sln; fi script: - if [ $DMAPI = true ]; then tests/DMAPI/build_byond.sh || travis_terminate 1; fi