Skip to content

Commit 295f80e

Browse files
committed
Trim deploy script and see if "skip_cleanup" works
One location recommends "skip-cleanup" and one recomends "skip_cleanup", let's see if another works
1 parent e27eef5 commit 295f80e

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
sudo: false
22
dist: trusty
33
language: rust
4-
rust:
5-
- stable
6-
os:
7-
- linux
84

95
before_install:
10-
- cargo install mdbook --vers '0.0.25' --debug --force
11-
- export PATH=$HOME/.cargo/bin:$PATH
6+
- cargo install mdbook --vers '0.0.25' --debug --force
127

138
script:
14-
- ./setup.sh
15-
- echo "Building site to book/"
169
- mdbook build
1710

1811
deploy:
1912
provider: pages
20-
skip-cleanup: false
13+
skip-cleanup: true
2114
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
2215
local-dir: book
2316
keep-history: false

setup.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)