Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sippy/rtpproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jun 6, 2019
2 parents df69547 + a6f3141 commit a28fea4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,18 @@ after_success:
then
sh -x ./scripts/submit-coverage.sh ;
fi
deploy:
provider: pages
condition: $CC == "gcc"
file: doc/*.html
file_glob: true
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
repo: sobomax/rtptestdoc
target_branch: $TRAVIS_BRANCH
on:
branch: master

notifications:
webhooks: https://coveralls.io/webhook

0 comments on commit a28fea4

Please sign in to comment.