From 65e85bdea54346c19c7551008f0f956b95e1d1a3 Mon Sep 17 00:00:00 2001 From: Rohan Vazarkar Date: Tue, 16 Feb 2021 13:07:14 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0f98f95e..e91ec5a99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,14 +8,14 @@ env: jobs: include: - -os: osx - osx_image: xcode12.2 - -os: linux - + - os: osx + osx_image: xcode12.2 + - os: linux + dist: xenial before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install p7zip; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install --build-from-source p7zip; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y p7zip-full; fi