Fix .travis.yml

This commit is contained in:
Sébastien Crozet 2017-08-15 20:37:51 +02:00
parent f2b7c17dac
commit 543c3c1d46
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ script:
- cargo build --verbose --features arbitrary
- cargo build --verbose --features serde-serialize
- cargo build --verbose --features abomonation-serialize
- cargo test --verbose --features "arbitrary serde-serialize abomonation-serialize"
- cargo test --verbose --features "debug arbitrary serde-serialize abomonation-serialize"
- cd nalgebra-lapack; cargo test --verbose
env:
matrix:
- CARGO_FEATURE_SYSTEM_NETLIB=1 CARGO_FEATURE_EXCLUDE_LAPACKE=1 CARGO_FEATURE_EXCLUDE_CBLAS=1
- CARGO_FEATURE_SYSTEM_NETLIB=1 CARGO_FEATURE_EXCLUDE_LAPACKE=1 CARGO_FEATURE_EXCLUDE_CBLAS=1