Parcourir la source

Test without default features

Johannes Hofmann il y a 8 ans
Parent
révision
524936b474
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1
    0
      .appveyor.yml
  2. 1
    1
      .travis.yml

+ 1
- 0
.appveyor.yml Voir le fichier

@@ -36,3 +36,4 @@ build: false
36 36
 
37 37
 test_script:
38 38
   - cargo test --verbose
39
+  - cargo test --verbose --no-default-features

+ 1
- 1
.travis.yml Voir le fichier

@@ -8,6 +8,6 @@ rust:
8 8
   - nightly
9 9
   - 1.18.0
10 10
 script:
11
-  - cargo build --verbose
12 11
   - cargo test --verbose
12
+  - cargo test --verbose --no-default-features
13 13
   - cargo doc --verbose