We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f45f9 commit 950c30fCopy full SHA for 950c30f
.travis.yml
@@ -18,7 +18,8 @@ env:
18
before_install:
19
- npm install -g yarn coveralls nyc @patrickhulce/scripts
20
before_script:
21
- - yarn add -D "puppeteer@${PPTR_OVERRIDE_VERSION}" "@types/puppeteer@${PPTR_OVERRIDE_VERSION}"
+ - yarn add -D "puppeteer@${PPTR_OVERRIDE_VERSION}"
22
+ - yarn add -D "@types/puppeteer@${PPTR_OVERRIDE_VERSION}" || echo "No types available"
23
script:
24
- yarn rebuild
25
- yarn test:lint
0 commit comments