Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
run eslint on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Jul 7, 2016
1 parent 835b2b7 commit f6f188b
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 @@ -6,6 +6,9 @@ addons:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run lint
- npm test
after_script:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.txt
notifications:
Expand Down

0 comments on commit f6f188b

Please sign in to comment.