go-chart/.travis.yml
2018-04-05 00:36:12 -07:00

14 lines
145 B
YAML

language: go
go:
- 1.6.2
sudo: false
before_script:
- go get -u github.co/blend/go-sdk/assert
- go get ./...
script:
- go test ./...