summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Richter <andy@selfstudy.com>2020-09-12 00:19:36 -0400
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-03 13:04:37 +0100
commit3089fc0ba171be14670b19439bc2eab6b077b6c3 (patch)
tree536bda18455c79bea9310406577c1de8f0a54197 /.travis.yml
parente10e36cf70b8962b3b2a721603ba844022652d20 (diff)
js.Build: Generate tsconfig files
Updates #7777 Added support to allow SourceMap files to be external to the build. In addition added more information when the js compilation has an error. Correctly append sourceMappingURL to output file. Fix merge conflict.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ff6029b1..bff54e4dd 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,11 +65,12 @@ install:
script:
- go mod download
- go mod verify
- - mage -v test
- - if [ "$TRAVIS_ARCH" = "amd64" ]; then
- mage -v check;
+ - travis_wait 20 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/