8000 travis: add gopath/bin to PATH · mstetson/go-python@5d70eb5 · GitHub
[go: up one dir, main page]

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

Commit 5d70eb5

Browse files
committed
travis: add gopath/bin to PATH
1 parent 40a614e commit 5d70eb5

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
before_install:
77
- sudo apt-get update -qq
88
- sudo apt-get install python-dev -qq
9+
- export PATH=$HOME/gopath/bin:$PATH
910

1011
notifications:
1112
email:

0 commit comments

Comments
 (0)
0