Skip to content

Commit

Permalink
👷 Removed OSX builds from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Nov 20, 2020
1 parent 7b63a55 commit f480eca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
- name: "Python 3.8 on Xenial Linux"
python: 3.8 # this works for Linux but is ignored on macOS or Windows
env: OSBADGE=linux
- name: "Python 3.7 on macOS"
os: osx
env: OSBADGE=osx
language: generic # 'language: python' causes an error on Travis CI macOS
- name: "Python 3.8 on Windows"
os: windows
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH OSBADGE=windows
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

[![Build Status](https://travis-ci.com/jemrobinson/octoapi.svg?branch=main)](https://travis-ci.com/jemrobinson/octoapi)
![OSX](https://img.shields.io/badge/-555?&logo=apple&logoColor=white)[![Build Status](https://badges.formidable.com/travis.com/jemrobinson/octoapi?branch=main&env=OSBADGE=osx&label=%20)](https://travis-ci.com/github/jemrobinson/octoapi)
![Linux](https://img.shields.io/badge/-555?&logo=linux&logoColor=white)[![Build Status](https://badges.formidable.com/travis.com/jemrobinson/octoapi?branch=main&env=OSBADGE=linux&label=%20)](https://travis-ci.com/github/jemrobinson/octoapi)
![Windows](https://img.shields.io/badge/-555?&logo=windows&logoColor=white)[![Build Status](https://badges.formidable.com/travis.com/jemrobinson/octoapi?branch=main&env=OSBADGE=windows&label=%20)](https://travis-ci.com/github/jemrobinson/octoapi)
[![Coverage Status](https://coveralls.io/repos/github/jemrobinson/octoapi/badge.svg?branch=main)](https://coveralls.io/github/jemrobinson/octoapi?branch=main)
Expand Down

0 comments on commit f480eca

Please sign in to comment.