From f8cc233e258d2ccd2e1af423781dd307739dfe86 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 6 Dec 2020 10:48:21 +0200 Subject: [PATCH] .travis.yml: Use Amazon Graviton2 ARM environment These are the new hotness and should have faster build times. See: https://blog.travis-ci.com/2020-09-11-arm-on-aws --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 93adeb6..6d057d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +os: linux +arch: arm64-graviton2 dist: focal language: python python: