1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

Run tests on Travis CI.

This commit is contained in:
Pieter Frenssen 2019-09-29 17:00:58 +03:00
parent d85adb8513
commit ec5dfce0b1

View File

@ -39,6 +39,7 @@ before_script:
script: script:
- cargo check --all - cargo check --all
- cargo test --all
- | - |
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
cargo clippy cargo clippy