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:
- stable
- beta
- nightly
os:
- linux
- osx
- windows
script:
- cargo build --all
- cargo test --all