ソースを参照

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

mitchmindtree 8 年 前
コミット
c569e1e493
1 ファイル変更1 行追加1 行削除
  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