hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit ad4c56b5512226e74fb4ed6f10630d26d93e9eb6
parent 3717db1f90797f4e2a5d546472fb6b6df072d435
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Sun,  3 Nov 2019 20:02:58 +0100

travis: Allow arm64 to fail

As that is what it does at the moment.

Diffstat:
M.travis.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -29,6 +29,7 @@ os:
 jobs:
   allow_failures:
     - go: master
+    - arch: arm64
   fast_finish: true
   exclude:
     - os: windows