Skip to content

Commit dd5f4ae

Browse files
committed
tests: add pptr test matrix
1 parent fbe69b2 commit dd5f4ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ notifications:
66
node_js:
77
- v10
88
- v8
9+
env:
10+
- PPTR_OVERRIDE_VERSION=1.5.x
11+
- PPTR_OVERRIDE_VERSION=1.7.x
12+
- PPTR_OVERRIDE_VERSION=1.12.x
13+
- PPTR_OVERRIDE_VERSION=latest
914
before_install:
1015
- npm install -g yarn coveralls nyc @patrickhulce/scripts
16+
before_script:
17+
- npm install --no-save "puppeteer@${PPTR_OVERRIDE_VERSION}"
1118
script:
1219
- yarn rebuild
1320
- yarn test:lint

0 commit comments

Comments
 (0)