Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Fix Travis CI build for forks
Browse files Browse the repository at this point in the history
Move package to expected place.
  • Loading branch information
scorphus committed Jul 28, 2014
1 parent d744a9c commit e9e3d7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ before_install:
install:
- export PATH="$HOME/gopath/bin:$PATH"
- make get
before_script:
- if [ "$TRAVIS_REPO_SLUG" != "tsuru/gandalf" ]; then cd ..; mv gandalf ../tsuru; cd ../tsuru/gandalf; fi
script:
- make test
- ./check-fmt.sh
Expand Down

0 comments on commit e9e3d7f

Please sign in to comment.