diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2e1e8ec..77f5fdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,7 @@ before_script: script: - cargo test --all - if [[ "${TRAVIS_RUST_VERSION}" == stable ]]; then - cd testing && cargo test --features full; - cargo fmt -- --check; + cd testing && cargo test --features full && cargo fmt -- --check; fi - if [[ "${TRAVIS_RUST_VERSION}" == nightly ]]; then cd testing && cargo test --features with-rocket; |