From 6b33abb1795c96b56051c8ed9b9d172652f1939c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 24 Nov 2018 15:12:48 -0800 Subject: [PATCH] Set up Travis build names --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad332f17..d5ed9a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ matrix: - rust: 1.26.0 - rust: nightly - env: CLIPPY + name: Clippy script: - rustup component add clippy-preview || travis_terminate 0 - cargo clippy -- -Dclippy @@ -68,7 +68,7 @@ matrix: - cargo clippy -- -Dclippy - rust: nightly - env: EMSCRIPTEN + name: Emscripten script: - CARGO_WEB_RELEASE=$(curl -L -s -H Accept:application/json https://github.com/koute/cargo-web/releases/latest) - CARGO_WEB_VERSION=$(echo "${CARGO_WEB_RELEASE}" | jq -r .tag_name) @@ -85,9 +85,9 @@ matrix: allow_failures: - rust: nightly - env: EMSCRIPTEN + name: Clippy - rust: nightly - env: CLIPPY + name: Emscripten script: - cd "${TRAVIS_BUILD_DIR}/serde"