mirror of
https://github.com/go-acme/lego.git
synced 2025-10-09 02:31:56 +02:00
Add workaround for go.googlesource.com rate limit
This commit is contained in:
BIN
.gitcookies.enc
Normal file
BIN
.gitcookies.enc
Normal file
Binary file not shown.
22
.travis.yml
22
.travis.yml
@@ -1,15 +1,15 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4.3
|
- 1.4.3
|
||||||
- 1.5.3
|
- 1.5.3
|
||||||
- 1.6
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
- go get golang.org/x/tools/cmd/vet
|
- go get golang.org/x/tools/cmd/vet
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
before_install:
|
||||||
|
- openssl aes-256-cbc -K $encrypted_26c593b079d9_key -iv $encrypted_26c593b079d9_iv
|
||||||
|
-in .gitcookies.enc -out .gitcookies -d
|
||||||
|
Reference in New Issue
Block a user