Browse Source

Also build without default features on CI

timvisee 7 years ago
parent
commit
cdd907338b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -14,5 +14,6 @@ addons:
 # Main build
 script:
 - cargo build --verbose --all
+- cargo build --no-default-features --verbose --all
 - cargo test --verbose --all
 - cargo doc