Skip to content

Commit 53b727a

Browse files
committed
Add workaround for go.googlesource.com rate limit
1 parent 4d8e4d3 commit 53b727a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.gitcookies.enc

480 Bytes
Binary file not shown.

.travis.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: go
2-
32
go:
4-
- 1.4.3
5-
- 1.5.3
6-
- 1.6
7-
- tip
8-
3+
- 1.4.3
4+
- 1.5.3
5+
- 1.6
6+
- tip
97
install:
10-
- go get -t ./...
11-
- go get golang.org/x/tools/cmd/vet
12-
8+
- go get -t ./...
9+
- go get golang.org/x/tools/cmd/vet
1310
script:
14-
- go vet ./...
15-
- go test -v ./...
11+
- go vet ./...
12+
- go test -v ./...
13+
before_install:
14+
- openssl aes-256-cbc -K $encrypted_26c593b079d9_key -iv $encrypted_26c593b079d9_iv
15+
-in .gitcookies.enc -out .gitcookies -d

0 commit comments

Comments
 (0)