From 11c3056d539f1e45c4a76047b5fc9304f7eb7491 Mon Sep 17 00:00:00 2001 From: jonfreedman Date: Sun, 1 Oct 2017 17:16:50 +0100 Subject: [PATCH] chore: remove call to npm prune --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce0a67b..f42cf27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ env: - SYMPHONY_HOST=foundation-dev.symphony.com SYMPHONY_KM_HOST=foundation-dev-api.symphony.com SYMPHONY_SESSIONAUTH_HOST=foundation-dev-api.symphony.com SYMPHONY_AGENT_HOST=foundation-dev-api.symphony.com HUBOT_SYMPHONY_LOG_LEVEL=alert before_script: - # ensure we only have declared dependencies - - npm prune # fetch certificates for integration tests against foundation-dev pod - "if [[ $TRAVIS_PULL_REQUEST -eq 'false' ]]; then curl -s https://raw.githubusercontent.com/symphonyoss/contrib-toolbox/master/scripts/download-files.sh | bash; fi;"