.travis.yml 338 B

123456789101112131415161718192021
  1. # Copyright (C) 2017 SUSE LLC. All rights reserved.
  2. # Use of this source code is governed by a BSD-style
  3. # license that can be found in the LICENSE file.
  4. language: go
  5. go:
  6. - 1.13.x
  7. - 1.16.x
  8. - tip
  9. arch:
  10. - AMD64
  11. - ppc64le
  12. os:
  13. - linux
  14. - osx
  15. script:
  16. - go test -cover -v ./...
  17. notifications:
  18. email: false