Skip to content

Commit

Permalink
Update Travis config to work for forked builds
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamjamesaddis authored and bep committed Mar 5, 2019
1 parent 7590433 commit bdf47e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdf47e8

Please sign in to comment.