Ver Fonte

Travis: run tests, not just build.

whitequark há 8 anos atrás
pai
commit
aa7981cbdf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -16,7 +16,7 @@ matrix:
   allow_failures:
     - rust: stable # until 1.15 comes out
 script:
-   - cargo build --no-default-features --features "$FEATURES"
+   - cargo test --no-default-features --features "$FEATURES"
 notifications:
   irc:
     channels: