Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Add .travis.yml to run the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach authored and eoger committed Jun 21, 2017
1 parent ac794f1 commit e1f2633
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- "node"
branches:
only:
- master
script:
- npm run lint

0 comments on commit e1f2633

Please sign in to comment.