Skip to content

Commit a9fd39a

Browse files
committed
lint shield added to travis
1 parent 4c1314c commit a9fd39a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ cache: ~
55
language: node_js
66
node_js:
77
- "10.16.3"
8-
script: "npm run build"
8+
script:
9+
- "npm run lint"
10+
- "npm run build"
911
yarn: false

0 commit comments

Comments
 (0)