go-todotxt/.travis.yml
2014-01-03 20:08:05 +01:00

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