linkheader/.travis.yml
2016-03-28 17:24:46 +01:00

15 lines
122 B
YAML

language: go
go:
- 1.5
- 1.6
- tip
install:
- ./script/bootstrap
script:
- ./script/test
# - ./script/lint