fix travis ci

This commit is contained in:
quininer 2019-02-16 13:05:36 +08:00
parent 5f6d0233ed
commit 7d6ed0acfc

View File

@ -6,16 +6,14 @@ matrix:
- rust: stable
os: linux
- rust: nightly
env: FEATURE=nightly
os: linux
- rust: stable
os: osx
- rust: nightly
env: FEATURE=nightly
os: osx
script:
- cargo test --features "$FEATURE"
- cargo test
- cd examples/server
- cargo check
- cd ../../examples/client