Skip to content

Commit

Permalink
fix: remove redundant deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 22, 2016
1 parent 75baa94 commit d0f9fed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ script:
- nyc check-coverage --lines 90
- conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
- git config --global user.name "semantic-release (via TravisCI)"
- git config --global user.email "semantic-release@travis"
- semantic-release pre && npm publish && semantic-release post
Expand Down

0 comments on commit d0f9fed

Please sign in to comment.