Skip to content

Commit

Permalink
Document travis keys used in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgr committed Feb 14, 2018
1 parent 58e66d4 commit 98c3abe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
- *gcc_environment
before_deploy:
- .travis/bintray_json.sh
# deploy to bintray if we're in the souffle-lang repo
# https://docs.travis-ci.com/user/deployment/bintray
deploy:
- provider: bintray
skip-cleanup: true
Expand Down Expand Up @@ -163,6 +165,8 @@ jobs:
- doxygen
- graphviz
script: "./bootstrap && ./configure && make doxygen-doc"
# update the gh-pages branch with doxygen output if the required github token has been set
# https://pages.github.com/
deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit 98c3abe

Please sign in to comment.