Skip to content

Commit ca635f6

Browse files
committed
tests: use yarn to add puppeteer test version
1 parent 07df394 commit ca635f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ env:
1414
before_install:
1515
- npm install -g yarn coveralls nyc @patrickhulce/scripts
1616
before_script:
17-
- npm install --no-save "puppeteer@${PPTR_OVERRIDE_VERSION}"
17+
- yarn add -D "puppeteer@${PPTR_OVERRIDE_VERSION}"
1818
script:
1919
- yarn rebuild
2020
- yarn test:lint
2121
- yarn test:unit --coverage --runInBand --verbose
2222
after_success:
2323
- cat coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
24-
- hulk npm-publish --yes

0 commit comments

Comments
 (0)