travis: Remove the custom path hacks, we don't need them.
parent
055b2a4227
commit
8f01fa1d86
|
@ -8,9 +8,6 @@ go:
|
|||
- tip
|
||||
|
||||
install:
|
||||
- export GOPATH="$HOME/gopath"
|
||||
- mkdir -p "$GOPATH/src/github.com/icedream"
|
||||
- mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/github.com/icedream"
|
||||
- go get -v -t -d github.com/icedream/go-footballdata/...
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue