Add workaround for go.googlesource.com rate limit

This commit is contained in:
xenolf 2016-03-22 01:46:32 +01:00
parent 4d8e4d3ec1
commit 53b727ada4
2 changed files with 11 additions and 11 deletions

BIN
.gitcookies.enc Normal file

Binary file not shown.

View file

@ -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