1
0
mirror of https://github.com/pinpox/gitea-matrix-bot synced 2024-11-22 19:31:58 +01:00

Update .travis.yml

This commit is contained in:
Pablo Ovelleiro Corral 2019-04-21 13:12:37 +02:00 committed by GitHub
parent 089ad03db2
commit 6aa20ce5f0
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -7,8 +7,11 @@ go:
# Required for coverage, and testing. # Required for coverage, and testing.
#before_install: #before_install:
# - go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/cover
#- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls
- go get github.com/binaryplease/matrix-bot
- go get gopkg.in/alecthomas/kingpin.v2
script: script:
- go build -x -v - go build -x -v