We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64751b commit 64aab21Copy full SHA for 64aab21
.travis.yml
@@ -1,5 +1,8 @@
1
language: node_js
2
node_js:
3
- - "11"
+ - "12"
4
script:
5
- - npm run test-ci
+ - rm -rf node_modules
6
+ - yarn
7
+ - yarn add --frozen-lockfile [email protected]
8
+ - yarn test-ci
0 commit comments