Skip to content

Commit 86999d6

Browse files
committed
chore(travis): run lint as well
1 parent 9ff51b1 commit 86999d6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
2+
script: npm run lint && npm run test
23
node_js:
3-
- "6"
4-
- "8"
5-
- "10"
6-
- "12"
7-
- "14"
4+
- '6'
5+
- '8'
6+
- '10'
7+
- '12'
8+
- '14'

0 commit comments

Comments
 (0)