Skip to content

Commit

Permalink
appveyor: Update script to Go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 30, 2018
1 parent 599cb7e commit 0e8b769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@ environment:
HUGO_BUILD_TAGS: extended

# clones and cd's to path
clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
clone_folder: C:\hugo

install:
# - gem install asciidoctor
- pip install docutils
- go get github.com/magefile/mage
- env GO111MODULE=on go get github.com/magefile/mage

build_script:
- mage vendor hugoRace

0 comments on commit 0e8b769

Please sign in to comment.