Skip to content

Commit

Permalink
fix: correct semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jul 11, 2017
1 parent 1868825 commit 3346286
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ node_js:
before_install:
- npm i -g npm@^2.0.0
before_script:
- curl -Lo travis_after_all.py https://git.io/vLSON
- npm prune
script:
- npm run prerelease
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- export $(cat .to_export_back) &> /dev/null
- echo $TRAVIS_PULL_REQUEST
- ls
- test "$TRAVIS_PULL_REQUEST" == "false" && npm run semantic-release
- npm run semantic-release
branches:
only:
- master

0 comments on commit 3346286

Please sign in to comment.