travis: rm BUILDTAGS

It is not needed since commit 89c108b1be.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2020-04-16 22:51:21 -07:00
parent 5f0424c94b
commit b6cc3975de
1 changed files with 3 additions and 7 deletions

View File

@ -18,7 +18,7 @@ matrix:
env: env:
- RUNC_USE_SYSTEMD=1 - RUNC_USE_SYSTEMD=1
script: script:
- make BUILDTAGS="${BUILDTAGS}" all - make all
- sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1 - sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1
- go: 1.13.x - go: 1.13.x
name: "cgroup-v2" name: "cgroup-v2"
@ -46,10 +46,6 @@ sudo: required
services: services:
- docker - docker
env:
global:
- BUILDTAGS="seccomp apparmor selinux"
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y libseccomp-dev - sudo apt-get install -y libseccomp-dev
@ -59,5 +55,5 @@ before_install:
script: script:
- git-validation -run DCO,short-subject -v - git-validation -run DCO,short-subject -v
- make BUILDTAGS="${BUILDTAGS}" - make
- make BUILDTAGS="${BUILDTAGS}" clean ci cross - make clean ci cross