This commit is contained in:
Will Charczuk 2016-07-23 16:51:17 -07:00
parent b766bc2127
commit 02d9ccaed9

View File

@ -5,12 +5,9 @@ go:
sudo: false
before_script:
- go build -i
- go build -i ./drawing/
- go build -i ./date/
script:
- go test
- go test ./drawing/
- go test ./date/
- go test -i ./drawing/
- go test -i ./date/
- go test -i