diff --git a/.travis.yml b/.travis.yml index 09666faff9d..ba879473a18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,12 @@ go: - 1.6 - 1.7 +before_install: + - mkdir -p $HOME/gopath/src/github.com/ory-am/hydra + - rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/ory-am/hydra + - export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/ory-am/hydra + - cd $HOME/gopath/src/github.com/ory-am/hydra + install: - go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide github.com/mitchellh/gox github.com/tcnksm/ghr - git clone https://github.com/docker-library/official-images.git ~/official-images