Skip to content

Commit

Permalink
Merge pull request #63 from elliotttf/fix-semantic-release
Browse files Browse the repository at this point in the history
Fix semantic release
  • Loading branch information
elliotttf committed Feb 16, 2017
2 parents ea8b0e1 + fe82c04 commit 7fadfac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ cache:
notifications:
email: false
node_js:
- '7'
- '6'
before_script:
- npm prune
script: npm run lint && npm t
script:
- npm run lint
- npm t
after_success:
- npm run coveralls
- npm run semantic-release
Expand Down

0 comments on commit 7fadfac

Please sign in to comment.