Skip to content

Commit 978a39b

Browse files
author
Roman Proskuryakov
committed
chore(travis): use named builds for clippy and coverage
1 parent bcf2ccc commit 978a39b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ matrix:
3636
include:
3737
- os: linux
3838
rust: stable
39-
env:
40-
NAME: clippy
39+
name: clippy
4140
install:
4241
- rustup component add clippy
4342
script:
@@ -46,8 +45,7 @@ matrix:
4645
- os: linux
4746
rust: stable
4847
sudo: required
49-
env:
50-
NAME: coverage
48+
name: coverage
5149
addons: # needed for `cargo install cargo-travis`
5250
apt:
5351
packages:

0 commit comments

Comments
 (0)