From 9f2d7fe37f5ebedc0c3cce66780dc6febb2d09cc Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Mon, 11 Feb 2019 23:23:40 +0100 Subject: [PATCH] Temporarily disable npm packaging tests. --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis.sh b/scripts/travis.sh index 0232a4cd..664242d2 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -20,4 +20,4 @@ grunt build-dist ./scripts/integration-tests.sh # Test npm deployment before actual deployment -./scripts/npm-deployment-test.sh +# ./scripts/npm-deployment-test.sh