From 7a12fbe52cf754913fa612db386be40df3a7d5b7 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Fri, 12 Oct 2018 19:32:40 +0300 Subject: [PATCH] Use names for Travis jobs --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1201d932..a237f350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,19 +47,19 @@ script: jobs: include: - - env: FEATURE=check_assets + - name: check_assets rust: stable script: - git clone --depth=1 https://github.com/ozkriff/zemeroth_assets assets - RUST_LOG=zemeroth=info cargo run -- --check-assets - - env: FEATURE=fmt + - name: fmt rust: nightly-2018-10-01 install: - rustup component add rustfmt-preview - rustfmt -V script: - cargo fmt --all -- --check - - env: FEATURE=clippy + - name: clippy rust: nightly-2018-10-01 install: - rustup component add clippy-preview