mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
travis: fix warning and errors from validation
This fixes the validation errors from Travis: Build config validation 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
Andrei Vagin
parent
0e291d26c9
commit
f6de8d4ea9
@@ -1,5 +1,5 @@
|
||||
language: c
|
||||
sudo: required
|
||||
os: linux
|
||||
dist: bionic
|
||||
cache: ccache
|
||||
services:
|
||||
@@ -12,7 +12,7 @@ env:
|
||||
- TR_ARCH=x86_64
|
||||
- TR_ARCH=x86_64 CLANG=1
|
||||
- TR_ARCH=openj9-test
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
- os: linux
|
||||
arch: ppc64le
|
||||
|
Reference in New Issue
Block a user