Skip to content

Commit ea4ca57

Browse files
committed
Update travic CI to new asn1 ber
1 parent ff3c381 commit ea4ca57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ go:
1313
- tip
1414

1515
git:
16-
depth: 1
16+
depth: 1
1717

1818
matrix:
1919
fast_finish: true
2020
allow_failures:
2121
- go: tip
2222
go_import_path: gopkg.in/ldap.v3
2323
install:
24-
- go get gopkg.in/asn1-ber.v1
24+
- go get github.com/go-asn1-ber/asn1-ber
2525
- go get code.google.com/p/go.tools/cmd/cover || go get golang.org/x/tools/cmd/cover
2626
- go get github.com/golang/lint/golint || go get golang.org/x/lint/golint || true
2727
- go build -v ./...

0 commit comments

Comments
 (0)