Skip to content

Commit e2c4c89

Browse files
committed
Merge pull request #3 from rust-lang/fix_travis
Install mdbook on travis
2 parents d1fdb5d + 2519d0c commit e2c4c89

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ rust:
55
- nightly
66
- beta
77
- stable
8-
- 1.0.0
8+
- 1.5.0
99

10+
before_script:
11+
- cargo install mdbook
1012
script:
11-
- make all
13+
- PATH=$PATH:/home/travis/.cargo/bin make all

0 commit comments

Comments
 (0)