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 7bfe5aa commit 4416e51Copy full SHA for 4416e51
.travis.yml
@@ -2,5 +2,9 @@
2
language: node_js
3
node_js:
4
- "10"
5
+ - "12"
6
+ - "14"
7
-install: npm install
8
+script:
9
+ - npx standard
10
+ - npm run test
0 commit comments