Files
mgmt/.travis.yml
2016-03-10 03:22:36 -05:00

26 lines
452 B
YAML

language: go
go:
- 1.4.3
- 1.5.3
- 1.6
- tip
sudo: false
install: 'make deps'
script: 'make test'
matrix:
allow_failures:
- go: tip
notifications:
irc:
channels:
- "irc.freenode.net#mgmtconfig"
template:
- "%{repository} (%{commit}: %{author}): %{message}"
- "More info : %{build_url}"
on_success: always
on_failure: always
use_notice: false
skip_join: false
email:
- travis-ci@shubin.ca