Skip to content

Commit 047ea91

Browse files
bors[bot]cuviper
andcommitted
654: [CI] downgrade docopt for rust 1.13 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
2 parents 003b5e6 + b219694 commit 047ea91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ matrix:
1818
script: cargo build
1919
before_script:
2020
# lazy_static 1.1 requires Rust 1.21+, so downgrade it.
21+
# (and docopt 1.1 requires lazy_static 1.3)
2122
- cargo generate-lockfile
23+
- cargo update -p docopt --precise 1.0.2
2224
- cargo update -p lazy_static --precise 1.0.2
2325

2426
- rust: stable

0 commit comments

Comments
 (0)