s390x: add s390x travis support

Since we have travis support for s390x. Let's enable it

Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
Alice Frosi 2019-12-17 14:45:43 +01:00
parent 8cba5a8e5f
commit 6d6b2d8892
5 changed files with 7 additions and 6 deletions

View File

@ -4,6 +4,9 @@ go:
- "1.10"
- "1.11"
- tip
arch:
- amd64
- s390x
go_import_path: github.com/intel/govmm
@ -20,5 +23,3 @@ script:
- go env
- $GOPATH/bin/goveralls -v -service=travis-ci
- gometalinter --tests --vendor --disable-all --enable=misspell --enable=vet --enable=ineffassign --enable=gofmt --enable=gocyclo --cyclo-over=15 --enable=golint --enable=errcheck --enable=deadcode --enable=staticcheck -enable=gas ./...
- GOARCH=s390x go install ./...
- go test --tags s390x_test ./...

View File

@ -1,4 +1,4 @@
// +build !s390x,!s390x_test
// +build !s390x
/*
// Copyright contributors to the Virtual Machine Manager for Go project

View File

@ -1,4 +1,4 @@
// +build !s390x,!s390x_test
// +build !s390x
/*
// Copyright contributors to the Virtual Machine Manager for Go project

View File

@ -1,4 +1,4 @@
// +build s390x s390x_test
// +build s390x
/*
// Copyright contributors to the Virtual Machine Manager for Go project

View File

@ -1,4 +1,4 @@
// +build s390x s390x_test
// +build s390x
/*
// Copyright contributors to the Virtual Machine Manager for Go project