Skip to content

Commit

Permalink
Try to get Overcommit to actually show ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark authored and Michael O'Keefe committed Jan 5, 2017
1 parent 30236a8 commit 5371354
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 @@ -24,6 +24,11 @@ notifications:
on_failure: change
slack:
secure: NfcNb3LCyd7/ACYc6mDoBJZlBFIV5wKMMWs0On2DNeaDoD/EKCbQRQQVOHEvfsaqOM+5zmi9giYaV7cV+Gl+zfehZ/Q69x89YjWWVFeAp5QGDzoCnM7oaaTXygla52sfcL9Oi3rLgTWyjqMSS7tM2DW5d/V+iEjyilmavsUvRbU=
before_install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install
before_script:
- git config --global user.email "travis@travis.ci"
- git config --global user.name "Travis CI"
Expand Down

0 comments on commit 5371354

Please sign in to comment.