Skip to content

Commit 615d5d8

Browse files
committed
Publish the book
1 parent af01162 commit 615d5d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ rust: nightly
55
install: cargo install mdbook
66
script: cd reference && mdbook build && mdbook test
77
deploy:
8-
provider: pages
9-
skip-cleanup: true
10-
github-token: $GITHUB_TOKEN
11-
local-dir: reference/book
8+
provider: script
9+
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd reference/book && ../../rust_out)
10+
skip_cleanup: true
1211
keep-history: false
1312
on:
1413
branch: master

0 commit comments

Comments
 (0)