.travis.yml 305 B

1234567891011121314151617181920
  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.7.x
  7. - 1.8.x
  8. - tip
  9. os:
  10. - linux
  11. - osx
  12. script:
  13. - go test -cover -v ./...
  14. notifications:
  15. email: false