Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Commit 9bd458b

Browse files
committed
💚 Fixed 'go get' commands in .travis.yml
1 parent 5e2b3b7 commit 9bd458b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ go:
55
- tip
66

77
install:
8-
- go get
8+
- go get -tags=debug
9+
- go get -u github.com/nicksnyder/go-i18n/goi18n

0 commit comments

Comments
 (0)