Skip to content

Commit e159d90

Browse files
committed
fix ci
1 parent 06d3be7 commit e159d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
-in travis.key.enc -out ~/.ssh/id_rsa -d
1212
- chmod 600 ~/.ssh/id_rsa
1313
install:
14-
- "(cargo install mdbook --vers 0.3.0 --force || true)"
14+
- "(test -x $HOME/.cargo/bin/mdbook || cargo install mdbook --vers 0.3.0 --force)"
1515
script:
1616
- mdbook build
1717
- rsync -azv -delete -e 'ssh' book/ [email protected]:/var/www/static/too-many-lists

0 commit comments

Comments
 (0)