Skip to content

Commit a136b4b

Browse files
committed
use cargo install
1 parent 7f19120 commit a136b4b

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ before_install:
1010
- MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md
1111
install:
1212
- source ~/.cargo/env || true
13-
- bash -x ci/install.sh
13+
- cargo install mdbook --version 0.3.4
14+
- cargo install mdbook-linkcheck --version 0.5.0
1415
script:
1516
- mdbook build
1617
notifications:

ci/install.sh

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

0 commit comments

Comments
 (0)