Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 8c5257b

Browse files
committed
Fix import path in .travis.yml
1 parent 9908660 commit 8c5257b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ go:
1313
- 1.7
1414
- tip
1515

16-
go_import_path: gopkg.in/square/go-jose.v1
16+
go_import_path: gopkg.in/square/go-jose.v2
1717

1818
before_script:
1919
- export PATH=$HOME/.local/bin:$PATH

0 commit comments

Comments
 (0)