Skip to content

Commit

Permalink
docs(Travis): Fix publication url
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 16, 2016
1 parent 55a4e8c commit 5770a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
- npm run build:release
- git config --global user.name "Travis CI"
- git config --global user.email "[email protected]"
- export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/Kitware/vtk-js.git
- export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/Kitware/visualizer.git
- if [ "$TRAVIS_BRANCH" == "master" ]; then npm run doc:publish; fi
after_success:
- npm run semantic-release
Expand Down

0 comments on commit 5770a5f

Please sign in to comment.