Skip to content

Commit

Permalink
fix(Travis): fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Dec 9, 2017
1 parent 3b2e68e commit 80ce77a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '8'
before_script:
- npm prune
- npm i -g eslint
- npm i -D eslint-plugin-react
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit 80ce77a

Please sign in to comment.