Skip to content

Commit

Permalink
Merge pull request #373 from ozkriff/i372_travis_job_names
Browse files Browse the repository at this point in the history
Use names for Travis jobs
  • Loading branch information
ozkriff authored Oct 12, 2018
2 parents e003bf8 + 7a12fbe commit 7a1a957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a1a957

Please sign in to comment.