forked from TrueCloudLab/lego
Add workaround for go.googlesource.com rate limit
This commit is contained in:
parent
4d8e4d3ec1
commit
53b727ada4
2 changed files with 11 additions and 11 deletions
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
|
||||
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
- tip
|
||||
|
||||
- 1.4.3
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
- tip
|
||||
install:
|
||||
- go get -t ./...
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
|
||||
- go get -t ./...
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
script:
|
||||
- go vet ./...
|
||||
- go test -v ./...
|
||||
- go vet ./...
|
||||
- go test -v ./...
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_26c593b079d9_key -iv $encrypted_26c593b079d9_iv
|
||||
-in .gitcookies.enc -out .gitcookies -d
|
||||
|
|
Loading…
Reference in a new issue