travis: Remove redundant targets.

master
Damir Jelić 2020-07-07 16:52:17 +02:00
parent 18f6cbc23a
commit babbdb4b90
1 changed files with 2 additions and 2 deletions

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