Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge ee948bd into 17f8d94
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 31, 2018
2 parents 17f8d94 + ee948bd commit 91eaa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ script:
- yarn test --silent --coverage --coverageReporters=text-lcov | coveralls ; test ${PIPESTATUS[0]} -eq 0
before_deploy:
- npm install --global gitbook-cli lerna
- npm set registry "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}"
- npm set registry "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 91eaa0d

Please sign in to comment.