summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-09-01 16:14:38 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-09-01 16:14:38 -0400
commit3d04da40a679dde25025e1d6da1f5cfa427b9ed1 (patch)
treedc648e8c5da5fc7ab525d833081174aec1315f37 /scripts
parent4694c7b51a4e4e18dcbf2d45cc087f125c581a91 (diff)
downloadqtlocation-mapboxgl-3d04da40a679dde25025e1d6da1f5cfa427b9ed1.tar.gz
remove pushd/popd from scripts/node/run.sh, update license in package.json
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/node/run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/node/run.sh b/scripts/node/run.sh
index b424529767..8566fc3b3a 100755
--- a/scripts/node/run.sh
+++ b/scripts/node/run.sh
@@ -17,10 +17,8 @@ nvm use $NODE_VERSION
mapbox_time "checkout_styles" \
git submodule update --init styles
-pushd platform/node
mapbox_time "compile_program" \
npm install --build-from-source
-popd
################################################################################
# Test
@@ -31,13 +29,11 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
mapbox_time "checkout_test_suite" \
git submodule update --init test/suite
- pushd platform/node
mapbox_time "run_tests" \
npm test
mapbox_time "run_render_tests" \
npm run test-suite
- popd
if [ ! -z "${AWS_ACCESS_KEY_ID}" ] && [ ! -z "${AWS_SECRET_ACCESS_KEY}" ] ; then
# Install and add awscli to PATH for uploading the results