iris/.travis.yml

12 lines
127 B
YAML
Raw Normal View History

2016-05-30 16:08:09 +02:00
language: go
go:
2016-07-01 21:20:52 +02:00
- go1.6
- tip
2016-05-30 16:08:09 +02:00
script:
2016-07-01 21:20:52 +02:00
- go test -v ./test
2016-05-30 16:08:09 +02:00
after_success:
2016-07-01 21:20:52 +02:00
- bash <(curl -s https://codecov.io/bash)