go-todotxt/.travis.yml

14 lines
182 B
YAML
Raw Normal View History

2014-01-03 19:08:05 +00:00
language: go
go:
- 1.1
- 1.2
- tip
env:
- GOARCH=amd64
notifications:
email:
recipients:
- jamesclonk@jamesclonk.ch
on_success: change
on_failure: always