go-todotxt/.travis.yml

14 lines
182 B
YAML

language: go
go:
- 1.1
- 1.2
- tip
env:
- GOARCH=amd64
notifications:
email:
recipients:
- jamesclonk@jamesclonk.ch
on_success: change
on_failure: always