summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index bff54e4dd..9ff6029b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,10 +47,10 @@ cache:
before_install:
- df -h
- # https://travis-ci.community/t/go-cant-find-gcc-with-go1-11-1-on-windows/293/5
+ # https://travis-ci.community/t/go-cant-find-gcc-with-go1-11-1-on-windows/293/5
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
- choco install mingw -y;
- export PATH=/c/tools/mingw64/bin:"$PATH";
+ choco install mingw -y;
+ export PATH=/c/tools/mingw64/bin:"$PATH";
fi
- gem install asciidoctor
- type asciidoctor
@@ -65,12 +65,11 @@ install:
script:
- go mod download
- go mod verify
- - travis_wait 20 mage -v test
- - >
- if [ "$TRAVIS_ARCH" = "amd64" ]; then
- mage -v check;
+ - mage -v test
+ - if [ "$TRAVIS_ARCH" = "amd64" ]; then
+ mage -v check;
else
- HUGO_TIMEOUT=30000 mage -v check;
+ HUGO_TIMEOUT=30000 mage -v check;
fi
- mage -v hugo
- HUGO_IGNOREERRORS=error-remote-getjson ./hugo -s docs/