Skip to content

Commit

Permalink
Run gulp lint with Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Dec 10, 2015
1 parent c64b21e commit 2d66760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ node_js:
- '4.0'
- '0.12'
- '0.10'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls

# whitelist
Expand Down

0 comments on commit 2d66760

Please sign in to comment.