Skip to content

Commit 23d8285

Browse files
committed
Re-enable minimal dependency version testing on nightly runners
1 parent 1fabf59 commit 23d8285

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ matrix:
3737
- rm -rf target/doc
3838
- cargo doc --no-deps --all --all-features
3939
- cargo deadlinks --dir target/doc
40+
# also test minimum dependency versions are usable
41+
- cargo generate-lockfile -Z minimal-versions
42+
- cargo test
4043

4144
- rust: nightly
4245
os: osx
@@ -52,6 +55,9 @@ matrix:
5255
- rm -rf target/doc
5356
- cargo doc --no-deps --all --all-features
5457
- cargo deadlinks --dir target/doc
58+
# also test minimum dependency versions are usable
59+
- cargo generate-lockfile -Z minimal-versions
60+
- cargo test
5561

5662
- rust: nightly
5763
env: DESCRIPTION="WASM via emscripten, stdweb and wasm-bindgen"
@@ -97,6 +103,14 @@ matrix:
97103
#- cargo build --target=x86_64-unknown-fuchsia --all-features
98104
- cargo build --target=x86_64-unknown-netbsd --all-features
99105
- cargo build --target=x86_64-unknown-redox --all-features
106+
# also test minimum dependency versions are usable
107+
- cargo generate-lockfile -Z minimal-versions
108+
- cargo build --target=x86_64-sun-solaris --all-features
109+
- cargo build --target=x86_64-unknown-cloudabi --all-features
110+
- cargo build --target=x86_64-unknown-freebsd --all-features
111+
#- cargo build --target=x86_64-unknown-fuchsia --all-features
112+
- cargo build --target=x86_64-unknown-netbsd --all-features
113+
- cargo build --target=x86_64-unknown-redox --all-features
100114

101115
# Trust cross-built/emulated targets. We must repeat all non-default values.
102116
- rust: stable

0 commit comments

Comments
 (0)