travis: disable amd64 jobs

move amd64 CI jobs to github actions

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-08-17 13:03:11 -05:00
parent 1af1c0d783
commit f5bdd53ce6
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
on: ["push", "pull_request"]
on: ["pull_request"]
name: Unit tests
jobs:
test:

View File

@ -5,7 +5,6 @@ go:
- "1.11"
- tip
arch:
- amd64
- s390x
go_import_path: github.com/intel/govmm