summaryrefslogtreecommitdiff
path: root/vendor/github.com/Masterminds/goutils/.travis.yml
blob: 4025e01ec4a9bce59a3c2408dbcbd24ffa7e284b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: go

go:
  - 1.6
  - 1.7
  - 1.8
  - tip

script:
  - go test -v

notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/06e3328629952dabe3e0
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: never     # options: [always|never|change] default: always