File tree Expand file tree Collapse file tree 4 files changed +20497
-5790
lines changed Expand file tree Collapse file tree 4 files changed +20497
-5790
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,3 @@ coverage/
2
2
.nyc_output /
3
3
.vscode /
4
4
test /
5
-
6
- yarn.lock
Original file line number Diff line number Diff line change 1
1
dist : trusty
2
2
language : node_js
3
- cache : yarn
4
3
notifications :
5
4
email : false
6
5
node_js :
16
15
- PPTR_OVERRIDE_VERSION=5.x.x
17
16
- PPTR_OVERRIDE_VERSION=latest
18
17
before_install :
19
- - npm install -g yarn coveralls nyc @patrickhulce/scripts
18
+ - npm install -g npm@7
19
+ - npm install -g coveralls nyc @patrickhulce/scripts
20
20
before_script :
21
- - yarn add -D "puppeteer@${PPTR_OVERRIDE_VERSION}"
22
- - yarn add -D "@types/puppeteer@${PPTR_OVERRIDE_VERSION}" || echo "No types available"
21
+ - npm install -D "puppeteer@${PPTR_OVERRIDE_VERSION}"
22
+ - npm install -D "@types/puppeteer@${PPTR_OVERRIDE_VERSION}" || echo "No types available"
23
23
script :
24
- - yarn rebuild
25
- - yarn test:lint
26
- - yarn test:unit --coverage --runInBand --verbose
24
+ - npm run rebuild
25
+ - npm run test:lint
26
+ - npm run test:unit --coverage --runInBand --verbose
27
27
after_success :
28
28
- cat coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
You can’t perform that action at this time.
0 commit comments