Skip to content

Commit

Permalink
one deploy, two providers
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed Aug 24, 2019
1 parent 75da391 commit a000b13
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,18 @@ after_success:
- doxygen Doxyfile

deploy:
provider: pages
skip_cleanup: true
local_dir: docs/html
github_token: $FT_DOCS
on:
branch: master

deploy:
provider: releases
api_key: $FT_BINARIES
file: libfasttransforms.*
skip_cleanup: true
on:
tags: true
- provider: pages
skip_cleanup: true
local_dir: docs/html
github_token: $FT_DOCS
on:
branch: master
- provider: releases
api_key: $FT_BINARIES
file: libfasttransforms.*
skip_cleanup: true
on:
tags: true

notifications:
email: false

0 comments on commit a000b13

Please sign in to comment.