Преглед на файлове

Travis: run tests, not just build.

whitequark преди 8 години
родител
ревизия
aa7981cbdf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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: