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 af01162 commit 615d5d8Copy full SHA for 615d5d8
.travis.yml
@@ -5,10 +5,9 @@ rust: nightly
5
install: cargo install mdbook
6
script: cd reference && mdbook build && mdbook test
7
deploy:
8
- provider: pages
9
- skip-cleanup: true
10
- github-token: $GITHUB_TOKEN
11
- local-dir: reference/book
+ provider: script
+ script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd reference/book && ../../rust_out)
+ skip_cleanup: true
12
keep-history: false
13
on:
14
branch: master
0 commit comments