Skip to content

Commit

Permalink
fix(Travis): fix travis yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Dec 12, 2017
1 parent 80ce77a commit 73184e0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@

language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '9'
- '8'
install:
- npm install
before_script:
- npm prune
- npm i -g eslint
- npm i -D eslint-plugin-react
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
- /^v\d+\.\d+\.\d+$/

0 comments on commit 73184e0

Please sign in to comment.