From 3caf3ec82d5ce9ec864e4b1c2ee7aa4cb3758069 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Mon, 30 Nov 2020 11:54:27 +0000 Subject: [PATCH] Disable macOS builds on Travis CI macOS minutes are expensive; remove macOS builds from the Travis CI configuration. Longer term, we'll plan to migrate to GitHub Actions. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d865eab5..27ca9d476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,6 @@ env: matrix: include: - env: RUNTIME=3.6 TOOLKITS="null pyqt pyqt5 pyside2" - - os : osx - env: RUNTIME=3.6 TOOLKITS="null pyqt pyqt5 pyside2" fast_finish: true branches: