summaryrefslogtreecommitdiff
path: root/platform/node/scripts/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/scripts/run.sh')
-rwxr-xr-xplatform/node/scripts/run.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/platform/node/scripts/run.sh b/platform/node/scripts/run.sh
deleted file mode 100755
index 73578b110a..0000000000
--- a/platform/node/scripts/run.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-set -o pipefail
-
-source ./platform/${TRAVIS_OS_NAME}/scripts/setup.sh
-
-BUILDTYPE=${BUILDTYPE:-Release}
-
-source ~/.nvm/nvm.sh
-nvm use $NODE_VERSION
-npm install --build-from-source
-
-npm test
-npm run test-suite