mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Update Travis config to work for forked builds
This commit is contained in:
parent
75904332f3
commit
bdf47e8da8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ matrix:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- mkdir -p $HOME/src
|
- mkdir -p $HOME/src
|
||||||
- mv $HOME/gopath/src/github.com/gohugoio/hugo $HOME/src
|
- mv $TRAVIS_BUILD_DIR $HOME/src
|
||||||
- export TRAVIS_BUILD_DIR=$HOME/src/hugo
|
- export TRAVIS_BUILD_DIR=$HOME/src/hugo
|
||||||
- cd $HOME/src/hugo
|
- cd $HOME/src/hugo
|
||||||
- go get github.com/magefile/mage
|
- go get github.com/magefile/mage
|
||||||
|
|
Loading…
Reference in a new issue