summaryrefslogtreecommitdiff
path: root/node_modules/snekfetch/scripts/travis-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/snekfetch/scripts/travis-test.sh')
-rw-r--r--node_modules/snekfetch/scripts/travis-test.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/snekfetch/scripts/travis-test.sh b/node_modules/snekfetch/scripts/travis-test.sh
deleted file mode 100644
index aa4e37d..0000000
--- a/node_modules/snekfetch/scripts/travis-test.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-set -e
-
-npm run lint
-
-npm run test
-
-if [ "$TRAVIS_BRANCH" != "master" -o -n "$TRAVIS_TAG" -o "$TRAVIS_PULL_REQUEST" != "false" ]; then
- echo -e "Not sending coverage for a non master branch push - covering without sending."
- exit 0
-fi
-
-echo -e "Generating Coverage for a master branch push - covering and sending."
-
-npm run test:coveralls