Skip to content

Commit

Permalink
travis: move travis build dir to ory-am/hydra
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Vaagland <emilva@gmail.com>
  • Loading branch information
emilva committed Oct 11, 2016
1 parent 835bb2b commit 26a59b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 26a59b0

Please sign in to comment.