travis: Remove redundant targets.

This commit is contained in:
Damir Jelić 2020-07-07 16:52:17 +02:00
parent 18f6cbc23a
commit babbdb4b90

View file

@ -8,12 +8,12 @@ addons:
jobs:
include:
- stage: Lint
- os: linux
os: linux
script:
- cargo fmt --all -- --check
- stage: Test
- os: linux
os: linux
dist: bionic
- os: osx