Build only on stable and enable verbosity

This commit is contained in:
maik 2019-06-21 11:04:30 +02:00
parent b8a269ca29
commit 6339e9210b

View file

@ -2,11 +2,7 @@ language: rust
rust: rust:
- stable - stable
- beta
- nightly
matrix: matrix:
allow_failures:
- rust: nightly
fast_finish: true fast_finish: true
include: include:
- os: osx - os: osx
@ -28,5 +24,5 @@ script:
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
# Build everything in a separate step to make a # Build everything in a separate step to make a
# clear distinction between building and testing # clear distinction between building and testing
- cargo test --no-run - cargo test --no-run -vv
- cargo test --no-fail-fast - cargo test --no-fail-fast -vv