@@ -29,30 +29,14 @@ matrix:
29
29
install :
30
30
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
31
31
- cargo deadlinks -V
32
- before_script :
33
- - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
34
32
script :
35
- # Differs from standard script: alloc feature, all features, doc build
36
- - cargo test --lib --no-default-features --features=alloc
37
- - cargo test --all-features
38
- - cargo test --benches --features=nightly
33
+ - cargo test
34
+ - cargo test --benches
39
35
- cargo test --examples
40
- - cargo test --manifest-path rand_core/Cargo.toml
41
- - cargo test --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc
42
- - cargo test --manifest-path rand_isaac/Cargo.toml --features=serde1
43
- - cargo test --manifest-path rand_pcg/Cargo.toml --features=serde1
44
- - cargo test --manifest-path rand_xorshift/Cargo.toml --features=serde1
45
- - cargo test --manifest-path rand_xoshiro/Cargo.toml
46
- - cargo test --manifest-path rand_chacha/Cargo.toml
47
- - cargo test --manifest-path rand_hc/Cargo.toml
48
- - cargo test --manifest-path rand_jitter/Cargo.toml
49
- - cargo test --manifest-path rand_os/Cargo.toml
50
36
# remove cached documentation, otherwise files from previous PRs can get included
51
37
- rm -rf target/doc
52
38
- cargo doc --no-deps --all --all-features
53
39
- cargo deadlinks --dir target/doc
54
- after_success :
55
- - travis-cargo --only nightly doc-upload
56
40
57
41
- rust : nightly
58
42
os : osx
@@ -143,7 +127,6 @@ before_install:
143
127
144
128
script :
145
129
- cargo test
146
- - cargo test --benches
147
130
- cargo test --examples
148
131
149
132
after_script : set +e
0 commit comments