Răsfoiți Sursa

Travis: run tests, not just build.

whitequark 8 ani în urmă
părinte
comite
aa7981cbdf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: