nalgebra/.travis.yml
Sébastien Crozet cbd9ebad9f Don't run benchmarks on travis.
Benchmarks require `#[feature(test)]` which is not supported by the stable branch.
2015-06-19 23:48:27 +02:00

8 lines
144 B
YAML

language: rust
script:
- rustc --version
- cargo --version
- cargo build --verbose
- cargo test --verbose --features arbitrary