Added .gitlab-ci.yml

This commit is contained in:
Brandon Dyck 2019-04-17 18:28:40 -06:00
parent 8573ee37ad
commit a8e4c6bc8b

4
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,4 @@
test:
script:
- go vet -v ./...
- go test -v ./...