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 9f79794 commit 697a813Copy full SHA for 697a813
.travis.yml
@@ -4,10 +4,7 @@ rust: nightly
4
5
install: cargo install mdbook
6
script: cd reference && mdbook build && mdbook test
7
-deploy:
8
- provider: script
9
- script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd book && RUST_BACKTRACE=1 ../rust_out)
10
- skip_cleanup: true
11
- keep-history: false
12
- on:
13
- branch: master
+env:
+ RUSTINFRA_DEPLOY_DIR: reference/book
+import:
+ - rust-lang/simpleinfra/travis-configs/static-websites.yml
0 commit comments