go-chart/.travis.yml
2017-05-17 12:44:04 -07:00

13 lines
146 B
YAML

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