Skip to content

Commit a000b13

Browse files
one deploy, two providers
1 parent 75da391 commit a000b13

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.travis.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,18 @@ after_success:
5353
- doxygen Doxyfile
5454

5555
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-
skip_cleanup: true
68-
on:
69-
tags: true
56+
- provider: pages
57+
skip_cleanup: true
58+
local_dir: docs/html
59+
github_token: $FT_DOCS
60+
on:
61+
branch: master
62+
- provider: releases
63+
api_key: $FT_BINARIES
64+
file: libfasttransforms.*
65+
skip_cleanup: true
66+
on:
67+
tags: true
7068

7169
notifications:
7270
email: false

0 commit comments

Comments
 (0)