We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07df394 commit ca635f6Copy full SHA for ca635f6
.travis.yml
@@ -14,11 +14,10 @@ env:
14
before_install:
15
- npm install -g yarn coveralls nyc @patrickhulce/scripts
16
before_script:
17
- - npm install --no-save "puppeteer@${PPTR_OVERRIDE_VERSION}"
+ - yarn add -D "puppeteer@${PPTR_OVERRIDE_VERSION}"
18
script:
19
- yarn rebuild
20
- yarn test:lint
21
- yarn test:unit --coverage --runInBand --verbose
22
after_success:
23
- cat coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
24
- - hulk npm-publish --yes
0 commit comments