We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75da391 commit a000b13Copy full SHA for a000b13
.travis.yml
@@ -53,20 +53,18 @@ after_success:
53
- doxygen Doxyfile
54
55
deploy:
56
- provider: pages
57
- skip_cleanup: true
58
- local_dir: docs/html
59
- github_token: $FT_DOCS
60
- on:
61
- branch: master
62
-
63
-deploy:
64
- provider: releases
65
- api_key: $FT_BINARIES
66
- file: libfasttransforms.*
67
68
69
- 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.*
+ tags: true
70
71
notifications:
72
email: false
0 commit comments