go-chart/.travis.yml
2016-07-28 14:30:00 -07:00

14 lines
139 B
YAML

language: go
go:
- 1.6.2
sudo: false
before:
- go get -u github.com/blendlabs/go-assert
- go get ./...
script:
- go test ./...