This commit is contained in:
lifei6671 2017-05-08 17:45:33 +08:00
parent 1b3dad1d9f
commit 8bdbb5f948

View File

@ -15,7 +15,6 @@ before_install:
script:
- go get -t -v ./...
- go test -v -race ./...
- go build -v -tags "pam" && go install
before_deploy: