Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit b3c2472

Browse files
committed
Smarter path handling
1 parent cbf18e8 commit b3c2472

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 @@ install:
1313
- go get github.com/golang/lint/golint
1414

1515
# Modify our PATH
16-
- export PATH=$PATH:$GOPATH/bin
16+
- export PATH=$PATH:${GOPATH/:*/}/bin
1717

1818
script:
1919
# Check for format errors

0 commit comments

Comments
 (0)