This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
macaron/.travis.yml
2016-03-12 13:39:19 -05:00

16 lines
144 B
YAML

sudo: false
language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
script: go test -v -cover -race
notifications:
email:
- u@gogs.io