Skip to content

Commit 8a9d6ff

Browse files
committed
💚 Add lint stage to travis
1 parent 782d8cc commit 8a9d6ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ install:
1313

1414
jobs:
1515
include:
16+
- stage: 'lint'
17+
script: npm run lint
1618
- stage: 'build'
1719
script: npm build

0 commit comments

Comments
 (0)