1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

ciiiii issss awesome

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-01-30 11:39:56 -08:00
parent ed3841f687
commit 89bb3385f5

View File

@ -5,6 +5,7 @@ machine:
TRAVIS: 1
CIRCLE: 1
IMPORT_PATH: "github.com/ipfs/go-ipfs"
GOPATH: "$HOME/.go_workspace"
post:
- sudo rm -rf /usr/local/go
@ -23,7 +24,7 @@ dependencies:
override:
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
- cp -a . "$HOME/.go_workspace/src/$IMPORT_PATH"
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
- gx --verbose install --global
cache_directories: