dep resolution

This commit is contained in:
Will Charczuk 2016-07-24 11:45:30 -07:00
parent e3ae7fd78f
commit 67e291ef9b

View File

@ -5,8 +5,8 @@ go:
sudo: false sudo: false
before:
- go get ./...
script: script:
- go build -i ./... - go test ./...
- go test ./drawing/
- go test ./date/
- go test