added .gitlab-ci.yml

This commit is contained in:
bradley.richins
2020-10-28 10:10:08 -06:00
parent 67db2e32ef
commit 57a1d729dd

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
stages:
- test
test:
stage: test
image: golang:1.15.3
script:
- go test