Skip to content

Commit

Permalink
fix travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quininer committed Feb 16, 2019
1 parent 5f6d023 commit 7d6ed0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d6ed0a

Please sign in to comment.