Skip to content

Commit

Permalink
Merge pull request #39 from keithamus/fix-travis
Browse files Browse the repository at this point in the history
fix(travis): fix matrix build errors
  • Loading branch information
Kent C. Dodds committed Jan 6, 2016
2 parents 14b1cab + 1623523 commit 5a6fe15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ script:
- npm run check-coverage
after_success:
- npm run report-coverage
- npm run semantic-release
- travis-after-all && npm run semantic-release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"semantic-release": "^4.3.5",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"travis-after-all": "^1.4.4",
"validate-commit-msg": "1.0.0"
},
"config": {
Expand Down

0 comments on commit 5a6fe15

Please sign in to comment.