Skip to content

Commit 950c30f

Browse files
committed
chore: do not fail for missing pptr types
1 parent 20f45f9 commit 950c30f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ env:
1818
before_install:
1919
- npm install -g yarn coveralls nyc @patrickhulce/scripts
2020
before_script:
21-
- yarn add -D "puppeteer@${PPTR_OVERRIDE_VERSION}" "@types/puppeteer@${PPTR_OVERRIDE_VERSION}"
21+
- yarn add -D "puppeteer@${PPTR_OVERRIDE_VERSION}"
22+
- yarn add -D "@types/puppeteer@${PPTR_OVERRIDE_VERSION}" || echo "No types available"
2223
script:
2324
- yarn rebuild
2425
- yarn test:lint

0 commit comments

Comments
 (0)