Skip to content

Commit c328aff

Browse files
committed
Force lazy_static 1.0.2 for older CI
1 parent 5107676 commit c328aff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ matrix:
1616
os: linux
1717
#if: everything!
1818
script: cargo build
19+
before_script:
20+
# lazy_static 1.1 requires Rust 1.21+, so downgrade it.
21+
- cargo generate-lockfile
22+
- cargo update -p lazy_static --precise 1.0.2
1923

2024
- rust: stable
2125
os: linux

0 commit comments

Comments
 (0)