Procházet zdrojové kódy

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

mitchmindtree před 8 roky
rodič
revize
c569e1e493
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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