From ed832956ea19ecbfa8e92070ba586eb70f22dc76 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 24 Apr 2020 19:33:54 -0400 Subject: [PATCH] Ubuntu 20.04 Focal --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5962eee6..5e9ddb54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,10 @@ cache: jobs: include: + - os: linux + name: "Linux 64-bit Focal" + dist: focal + language: shell - os: linux name: "Linux 64-bit Bionic" dist: bionic @@ -48,6 +52,12 @@ jobs: name: "Linux 64-bit Xenial" dist: xenial language: shell + - os: linux + dist: focal + arch: arm64 + name: "Linux ARM64 Focal" + language: shell + filter_secrets: false - os: linux dist: bionic arch: arm64