complete/.travis.yml

18 lines
193 B
YAML

language: go
sudo: false
go:
- 1.7
- 1.8
- tip
before_install:
- go get -u -t ./...
script:
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
comment: off