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 - rust: stable
os: linux os: linux
- rust: nightly - rust: nightly
env: FEATURE=nightly
os: linux os: linux
- rust: stable - rust: stable
os: osx os: osx
- rust: nightly - rust: nightly
env: FEATURE=nightly
os: osx os: osx
script: script:
- cargo test --features "$FEATURE" - cargo test
- cd examples/server - cd examples/server
- cargo check - cargo check
- cd ../../examples/client - cd ../../examples/client