Files
S.P.L.U.R.T-Station-13/tools/travis/before_build_tools.sh
CitadelStationBot 11ebba05e4 [MIRROR] Travis improvements for tools and trusty environment bump (#2900)
* 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
2017-09-22 22:36:41 -05:00

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;