hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit bdf47e8da80f87b7689badf48a6b8672c048d7e4
parent 75904332f3bedcfe656856821d4c9560a177cc51
Author: grahamjamesaddis <graham@addis.org.uk>
Date:   Tue,  5 Mar 2019 13:26:49 +0000

Update Travis config to work for forked builds


Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -23,7 +23,7 @@ matrix:
 
 install:
   - 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
   - cd $HOME/src/hugo
   - go get github.com/magefile/mage