Skip to content

Commit 944e072

Browse files
authored
Merge pull request #46 from dixudx/add_goflags_to_travis_yml
update package jessevdk/go-flags to travis.yaml
2 parents e09def3 + 30abd77 commit 944e072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ go:
66

77
install:
88
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
9+
- go get github.com/jessevdk/go-flags
910

1011
script:
1112
- go get

0 commit comments

Comments
 (0)