Browse Source

Test without default features

Johannes Hofmann 8 years ago
parent
commit
524936b474
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      .appveyor.yml
  2. 1
    1
      .travis.yml

+ 1
- 0
.appveyor.yml View File

36
 
36
 
37
 test_script:
37
 test_script:
38
   - cargo test --verbose
38
   - cargo test --verbose
39
+  - cargo test --verbose --no-default-features

+ 1
- 1
.travis.yml View File

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