Skip to content

Commit

Permalink
Add linting check to Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfe committed Aug 7, 2019
1 parent 9fd3ed8 commit f66b0be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "11"
script: npm run lint

0 comments on commit f66b0be

Please sign in to comment.