From b5ac819b044447d0244a182a840c62453dcb5893 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 9 Mar 2022 10:56:34 -0500 Subject: [PATCH] remove silent from deploy step in travis yml Trying to get a better look into why this step is failing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cec43b8e..616ab0c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ jobs: branch: develop condition: $TRAVIS_EVENT_TYPE != cron skip_cleanup: true - script: npm run --silent deploy -- -x -a -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git + script: npm run deploy -- -x -a -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git - provider: npm on: branch: