travis: Remove redundant targets.
parent
18f6cbc23a
commit
babbdb4b90
|
@ -8,12 +8,12 @@ addons:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Lint
|
- stage: Lint
|
||||||
- os: linux
|
os: linux
|
||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
- stage: Test
|
- stage: Test
|
||||||
- os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
Loading…
Reference in New Issue