complete/.travis.yml

15 lines
168 B
YAML
Raw Normal View History

2017-05-05 16:38:16 -05:00
language: go
sudo: false
go:
- 1.8
- tip
before_install:
- go get -u -t ./...
script:
2017-05-07 11:54:57 -05:00
- ./test.sh
2017-05-05 16:38:16 -05:00
after_success:
- bash <(curl -s https://codecov.io/bash)