update .travis.yml

This commit is contained in:
Harald Hoyer 2019-01-08 15:46:46 +01:00
parent 93ceaa2d3d
commit 9add8d266c

View file

@ -2,14 +2,8 @@ language: rust
rust: rust:
- stable - stable
- beta
- nightly - nightly
os:
- linux
- osx
- windows
script: script:
- cargo build --all - cargo build --all
- cargo test --all - cargo test --all