Skip to content

Commit 49878f3

Browse files
committed
Print backtrace if deployment fails
1 parent 1c7a582 commit 49878f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install: cargo install mdbook
66
script: cd reference && mdbook build && mdbook test
77
deploy:
88
provider: script
9-
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd book && ../rust_out)
9+
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd book && RUST_BACKTRACE=1 ../rust_out)
1010
skip_cleanup: true
1111
keep-history: false
1212
on:

0 commit comments

Comments
 (0)