complete/.travis.yml

15 lines
168 B
YAML

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