mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Update Travis config to work for forked builds
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
75904332f3
commit
bdf47e8da8
@@ -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
|
||||||
|
Reference in New Issue
Block a user