0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-10-01 13:39:04 +02:00

what's wrong with go tip?

This commit is contained in:
Unknwon 2015-11-03 12:46:23 -05:00
parent 1dfa693a5c
commit 8a87bee434

View file

@ -12,7 +12,7 @@ before_install:
- go get github.com/msteinert/pam
install:
- go get -d .
- go get -t ./...
script: go build -v -tags "pam"