Browse Source

Make sure travis does not try to test example when testing no-default-features.

mitchmindtree 8 năm trước cách đây
mục cha
commit
c569e1e493
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,7 +9,7 @@ os:
 
 script:
     - cargo build --verbose
+    - cargo build --no-default-features
     - cargo test --verbose
-    - cargo test --no-default-features --verbose
     - cargo test --features="serde_serialization" --verbose
     - cargo doc --verbose