mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +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
|
language: c
|
||||||
sudo: required
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
cache: ccache
|
cache: ccache
|
||||||
services:
|
services:
|
||||||
@@ -12,7 +12,7 @@ env:
|
|||||||
- TR_ARCH=x86_64
|
- TR_ARCH=x86_64
|
||||||
- TR_ARCH=x86_64 CLANG=1
|
- TR_ARCH=x86_64 CLANG=1
|
||||||
- TR_ARCH=openj9-test
|
- TR_ARCH=openj9-test
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
|
Reference in New Issue
Block a user