Skip to content

Commit

Permalink
Turn off macOS builds on Travis CI (#375)
Browse files Browse the repository at this point in the history
This PR turns off expensive macOS builds on Travis CI. We'll eventually use GitHub Actions to replace these.
  • Loading branch information
mdickinson authored Nov 30, 2020
1 parent 99a429f commit 96028a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ env:
matrix:
include:
- env: RUNTIME=3.6 TOOLKITS="null pyqt5 pyside2 wx"
- os: osx
env: RUNTIME=3.6 TOOLKITS="null pyqt5 pyside2 wx"

cache:
directories:
Expand Down

0 comments on commit 96028a2

Please sign in to comment.