summaryrefslogtreecommitdiff
path: root/scripts/node/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/node/run.sh')
-rwxr-xr-xscripts/node/run.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/node/run.sh b/scripts/node/run.sh
index 8566fc3b3a..22db3fdedd 100755
--- a/scripts/node/run.sh
+++ b/scripts/node/run.sh
@@ -26,24 +26,9 @@ npm install --build-from-source
# Travis OS X has no GPU
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
- mapbox_time "checkout_test_suite" \
- git submodule update --init test/suite
-
mapbox_time "run_tests" \
npm test
mapbox_time "run_render_tests" \
npm run test-suite
-
- if [ ! -z "${AWS_ACCESS_KEY_ID}" ] && [ ! -z "${AWS_SECRET_ACCESS_KEY}" ] ; then
- # Install and add awscli to PATH for uploading the results
- mapbox_time "install_awscli" \
- pip install --user awscli
- export PATH="`python -m site --user-base`/bin:${PATH}"
-
- pushd test/suite
- mapbox_time "deploy_results" \
- ./bin/deploy_results.sh
- popd
- fi
fi