Skip to content

Commit

Permalink
Added lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin committed Jun 25, 2018
1 parent 03e6e4d commit 86159a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- node
- lts/*

after_script:
- npm run lint

notifications:
email:
- mr.v.radev@gmail.com
Expand All @@ -10,4 +14,5 @@ notifications:
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

sudo: false

0 comments on commit 86159a0

Please sign in to comment.