We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7a582 commit 49878f3Copy full SHA for 49878f3
.travis.yml
@@ -6,7 +6,7 @@ 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_out)
+ 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:
0 commit comments