Codebase list golang-github-gigawattio-window / upstream/latest .travis.yml
upstream/latest

Tree @upstream/latest (Download .tar.gz)

.travis.yml @upstream/latestraw · history · blame

language: go

go:
  - tip
  - "1.10"
  - 1.9
  - 1.8
  - 1.7

script:
  - go test ./...

notifications:
  email:
    on_success: change
    on_failure: always