Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-03 22:02:58 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-04 11:29:12 +0300
commitad4c56b5512226e74fb4ed6f10630d26d93e9eb6 (patch)
tree7dd3695e1648b90cdf1d6372fce8f24574be46c1 /.travis.yml
parent3717db1f90797f4e2a5d546472fb6b6df072d435 (diff)
travis: Allow arm64 to fail
As that is what it does at the moment.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dfaea82e7..923852c04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,7 @@ os:
jobs:
allow_failures:
- go: master
+ - arch: arm64
fast_finish: true
exclude:
- os: windows