Skip to content

Commit c8e4f44

Browse files
committed
deploy fix
1 parent 5f432c6 commit c8e4f44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: rust
2-
sudo: required
2+
sudo: false
33

44
cache:
5-
- cargo
5+
- cargo
66

77
rust:
8-
- stable
8+
- stable
99

1010
before_script:
11-
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
12-
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.1" mdbook)
13-
- cargo install-update -a
11+
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
12+
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
13+
- cargo install-update -a
1414

1515
script:
1616
- mdbook build

0 commit comments

Comments
 (0)