Skip to content

Commit

Permalink
fix(Travis): Try to push web site from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Feb 18, 2016
1 parent e141adc commit cad447c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ addons:
script:
- npm run build:release
- npm run test:travis
- git config user.name "Travis CI"
- git config user.email "[email protected]"
- if [ "$TRAVIS_BRANCH" == "master" ]; then npm run doc:publish; fi
after_success:
- npm run semantic-release
Expand Down

0 comments on commit cad447c

Please sign in to comment.