mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
* Travis improvements for tools and trusty environment bump We now run a php linter on the webhook We now combine and build all maps in the right build script Because only the byond build will use the maps this shouldn't run in the tools script file, this is only working because of the order the build scripts are run in the travis yml * Travis improvements for tools and trusty environment bump
8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
if [ "$BUILD_TOOLS" = true ]; then
|
|
cd tgui && source ~/.nvm/nvm.sh && npm install && cd ..
|
|
fi;
|
|
|