install libvirt travis

pull/5459/head
Medya Gh 2019-09-25 10:17:42 -07:00
parent 9cb3f99a33
commit 3aece1262a
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,6 @@ go:
env:
global:
- GOPROXY=https://proxy.golang.org
matrix:
include:
- language: python
@ -22,14 +21,16 @@ matrix:
go: 1.12.9
env:
- TESTSUITE_LINT=true
before_install:
- sudo apt-get install -y libvirt-dev
script: make test
- language: go
go: 1.12.9
env:
- TESTSUITE_UNIT=true
# before_install:
# - sudo apt-get install -y libvirt-dev
before_install:
- sudo apt-get install -y libvirt-dev
script: make test
after_success:

View File

@ -16,7 +16,6 @@
set -e -o pipefail
# TODO: fix exit code numbers
# TODO: make test should work locally as it was before
if [[ -z "$TESTSUITE_LINT" && -z "$TESTSUITE_UNIT" && -z "$TESTSUITE_BOILERPLATE" ]]
then # if all of them are not set then it is a local run
TESTSUITE_LINT=true