Ver Fonte

Also build without default features on CI

timvisee há 7 anos atrás
pai
commit
cdd907338b
1 ficheiros alterados com 1 adições e 0 exclusões
  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