language: go
go:
- 1.6.2
sudo: false
script:
- go build -i ./...
- go test ./drawing/
- go test ./date/
- go test