Browse Source

Travis: run tests, not just build.

whitequark 8 years ago
parent
commit
aa7981cbdf
1 changed files with 1 additions and 1 deletions
  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: