Fix .travis.yml warnings

Travis reports following warnings which are fixed with this commit.

   root: deprecated key sudo (The key `sudo` has no effect anymore.)
   root: missing os, using the default linux
   root: key matrix is an alias for jobs, using jobs

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2020-07-21 08:23:32 +00:00 committed by Adrian Reber
parent f8749ba098
commit b7683d6b0f
No known key found for this signature in database
GPG Key ID: 82C9378ED3C4906A
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
dist: bionic dist: bionic
language: go language: go
os: linux
go: go:
- 1.14.x - 1.14.x
- 1.13.x - 1.13.x
@ -7,7 +8,7 @@ go:
cache: cache:
directories: directories:
- /home/travis/.vagrant.d/boxes - /home/travis/.vagrant.d/boxes
matrix: jobs:
include: include:
- go: 1.14.x - go: 1.14.x
name: "verify-dependencies" name: "verify-dependencies"
@ -55,7 +56,6 @@ matrix:
go_import_path: github.com/opencontainers/runc go_import_path: github.com/opencontainers/runc
# `make ci` uses Docker. # `make ci` uses Docker.
sudo: required
services: services:
- docker - docker