remove silent from deploy step in travis yml

Trying to get a better look into why this step is failing
This commit is contained in:
BryceLTaylor 2022-03-09 10:56:34 -05:00
parent ae3ce365eb
commit b5ac819b04

View file

@ -47,7 +47,7 @@ jobs:
branch: develop branch: develop
condition: $TRAVIS_EVENT_TYPE != cron condition: $TRAVIS_EVENT_TYPE != cron
skip_cleanup: true 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 - provider: npm
on: on:
branch: branch: