linkheader/.travis.yml
2016-03-28 17:20:06 +01:00

18 lines
145 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- ./script/bootstrap
script:
- ./script/test
- ./script/lint