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 4c1314c commit a9fd39aCopy full SHA for a9fd39a
.travis.yml
@@ -5,5 +5,7 @@ cache: ~
5
language: node_js
6
node_js:
7
- "10.16.3"
8
-script: "npm run build"
+script:
9
+ - "npm run lint"
10
+ - "npm run build"
11
yarn: false
0 commit comments