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 e27eef5 commit 295f80eCopy full SHA for 295f80e
.travis.yml
@@ -1,23 +1,16 @@
1
sudo: false
2
dist: trusty
3
language: rust
4
-rust:
5
-- stable
6
-os:
7
-- linux
8
9
before_install:
10
-- cargo install mdbook --vers '0.0.25' --debug --force
11
-- export PATH=$HOME/.cargo/bin:$PATH
+ - cargo install mdbook --vers '0.0.25' --debug --force
12
13
script:
14
- - ./setup.sh
15
- - echo "Building site to book/"
16
- mdbook build
17
18
deploy:
19
provider: pages
20
- skip-cleanup: false
+ skip-cleanup: true
21
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
22
local-dir: book
23
keep-history: false
setup.sh
0 commit comments