This commit is contained in:
alessio 2017-08-14 20:02:13 +02:00
parent 8e21c716c7
commit d12ac06eb4
1 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,5 @@ install:
- go get ./...
script:
- go install .
- go install .
- go test -v ./...