From 7d6ed0acfcfcdbeb38492463d80741df65b88e37 Mon Sep 17 00:00:00 2001 From: quininer Date: Sat, 16 Feb 2019 13:05:36 +0800 Subject: [PATCH] fix travis ci --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 043e804..3653f1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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