linkheader/.travis.yml

18 lines
145 B
YAML
Raw Normal View History

2015-12-10 15:43:51 +01:00
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
2016-03-28 16:11:23 +02:00
- 1.6
2015-12-10 15:43:51 +01:00
- tip
2016-03-28 16:11:23 +02:00
install:
- ./script/bootstrap
script:
- ./script/test
- ./script/lint