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

Commit 3181a10

Browse files
committed
travis: go get doesnt work and it confuses travis. also travis doesnt checkout the git repo in the usual place. move everything into the expected place
1 parent c8187e5 commit 3181a10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ before_install:
44
- sudo apt-get update -qq
55
- sudo apt-get install python-dev -qq
66

7-
install: make build
7+
install:
8+
- mkdir -p $GOPATH/src/github.com/sbinet/go-python
9+
- mv * $GOPATH/src/github.com/sbinet/go-python
10+
- pushd $GOPATH/src/github.com/sbinet/go-python
11+
- make
812

913
notifications:
1014
email:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy