travis got weird.
This commit is contained in:
parent
a6b6097c20
commit
b766bc2127
|
@ -6,8 +6,11 @@ go:
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- go build -i ./...
|
- go build -i
|
||||||
|
- go build -i ./drawing/
|
||||||
|
- go build -i ./date/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test
|
- go test
|
||||||
- go test ./drawing/
|
- go test ./drawing/
|
||||||
|
- go test ./date/
|
Loading…
Reference in New Issue
Block a user