1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00
This commit is contained in:
Unknwon
2015-11-03 13:00:04 -05:00
parent 8a87bee434
commit 8411b50f5d
2 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,6 @@ go:
- 1.3
- 1.4
- 1.5
- tip
before_install:
- sudo apt-get update -qq
@@ -12,7 +11,7 @@ before_install:
- go get github.com/msteinert/pam
install:
- go get -t ./...
- go get -t -v ./...
script: go build -v -tags "pam"