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 94d1b51 commit 809a0d4Copy full SHA for 809a0d4
.travis.yml
@@ -13,10 +13,6 @@ install:
13
14
script: ./travis-tool.sh run_tests
15
16
-after_success:
17
- - ./travis-tool.sh install_github hadley/staticdocs
18
- - R -e "staticdocs::build_site()"
19
-
20
on_failure:
21
- ./travis-tool.sh dump_logs
22
@@ -25,6 +21,11 @@ notifications:
25
on_success: change
26
on_failure: change
27
23
24
+
+before_deploy:
+ - ./travis-tool.sh install_github hadley/staticdocs
+ - R -e "staticdocs::build_site()"
28
29
deploy:
30
edge: true
31
0 commit comments