mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
committed by
Adrian Reber
parent
f8749ba098
commit
b7683d6b0f
+2
-2
@@ -1,5 +1,6 @@
|
||||
dist: bionic
|
||||
language: go
|
||||
os: linux
|
||||
go:
|
||||
- 1.14.x
|
||||
- 1.13.x
|
||||
@@ -7,7 +8,7 @@ go:
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.vagrant.d/boxes
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
- go: 1.14.x
|
||||
name: "verify-dependencies"
|
||||
@@ -55,7 +56,6 @@ matrix:
|
||||
go_import_path: github.com/opencontainers/runc
|
||||
|
||||
# `make ci` uses Docker.
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user