From 332e5ce98b7f5bf8fa08f148fe91ba673b489ac5 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Mon, 12 Oct 2020 21:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9810969..1b6a26e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ -sudo: true - notifications: email: false language: python -matrix: +jobs: include: - name: "Python 3.6 on Linux" os: linux @@ -33,7 +31,7 @@ matrix: - pip3 install -U pip - name: "Python 3.6 on MacOS" os: osx - osx_image: xcode9.2 # Python 3.6 running on macOS 10.12 + osx_image: xcode9.4 # Python 3.6 running on macOS 10.13 language: shell # 'language: python' is an error on Travis CI macOS before_install: - python3 --version