summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-10-05 13:34:14 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-03 13:04:37 +0100
commit85e4dd7370eae97ae367e596aa6a10ba42fd4b7c (patch)
tree23e739edbed24a62f842c1a3ebc1d9cb706ea8b7 /.travis.yml
parent3089fc0ba171be14670b19439bc2eab6b077b6c3 (diff)
Make js.Build fully support modules
Fixes #7816 Fixes #7777 Fixes #7916
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/