Skip to content

Commit ab9a46c

Browse files
committed
Make code linting part of the build task
1 parent 7f41d40 commit ab9a46c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ node_js:
66
notifications:
77
email: false
88
sudo: false
9+
script:
10+
- npm run test
11+
- npm run lint

0 commit comments

Comments
 (0)