Prevent npm from outputting repo URL

This commit is contained in:
Ray Schamp 2016-10-18 12:56:53 -04:00
parent 1b9f9e63d6
commit fa0918b592

View file

@ -31,5 +31,5 @@ after_script:
# Publish to gh-pages as most recent committer
git config --global user.email $(git log --pretty=format:"%ae" -n1)
git config --global user.name $(git log --pretty=format:"%an" -n1)
npm run deploy -- -x -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
npm run --silent deploy -- -x -r $GH_PAGES_REPO
fi