1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Update gitlab ci config file

This commit is contained in:
Timothy 2016-05-11 16:04:43 +08:00
parent 2a916692f6
commit 644bc1d6cc

View File

@ -18,4 +18,7 @@ test-my-project:
image: golang:1.6.2
stage: test
script:
- mkdir $GOPATH/bin
- go get
- go build
- go test