Skip to content

Commit dd6f925

Browse files
Removed ghp-import and run mdbook build unconditionally
1 parent ebc8554 commit dd6f925

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: rust
22
cache:
3-
- pip
43
- cargo
54
install:
65
- source ~/.cargo/env || true
76
- bash ci/install.sh
87
script:
9-
- true
10-
after_success:
11-
- bash ci/github_pages.sh
8+
- RUST_LOG=debug mdbook build
129
notifications:
1310
email:
1411
on_success: never

ci/github_pages.sh

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

ci/install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,3 @@ function cargo_install() {
1515

1616
cargo_install mdbook 0.1.1
1717
cargo_install mdbook-linkcheck 0.1.0
18-
19-
if command -v ghp-import >/dev/null 2>&1; then
20-
echo "ghp-import already installed at $(which ghp-import)"
21-
else
22-
echo "installing ghp-import"
23-
pip install --user ghp-import
24-
fi

0 commit comments

Comments
 (0)