From 58520bcc295c38a8b8b0ecae783599bad498a815 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Thu, 3 Dec 2020 08:41:44 -0600 Subject: [PATCH] Fix travis validation issues --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec7b51262..e9a2a97ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ # https://github.com/andstatus/todoagenda/blob/aa2bc56effa379e145eecb104cc5bac33975b7aa/.travis.yml # Based on https://travis-ci.org/ankidroid/Anki-Android/builds/624268367 # See also https://travis-ci.community/t/is-android-28-emulator-supported/1718/6 -sudo: true -language: bash +language: shell +os: linux # ignored on non-linux platforms, but bionic is required for nested virtualization dist: bionic @@ -25,7 +25,7 @@ env: - TOOLS=${ANDROID_HOME}/tools # PATH order is incredibly important. e.g. the 'emulator' script exists in more than one place! - PATH=${ANDROID_HOME}:${ANDROID_HOME}/emulator:${TOOLS}:${TOOLS}/bin:${ANDROID_HOME}/platform-tools:${PATH} - matrix: + jobs: - API=29 before_install: