diff --git a/.travis.yml b/.travis.yml index e1a0a75..2e5f8f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: go go: -# - "1.15.x" -# - "1.16.x" + - "1.15.x" + - "1.16.x" - "1.17.x" jobs: include: - # - arch: ppc64le - # go: 1.17.x + - arch: ppc64le + go: 1.17.x - arch: arm64-graviton2 virt: vm os: linux @@ -21,7 +21,6 @@ install: - go mod download script: - - go build ./... - go test -v ./... after_success: