Skip to content

Commit dbbd793

Browse files
committed
Dropping macOS on Travis (supported through Azure)
1 parent e15ef57 commit dbbd793

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,6 @@ matrix:
118118
script:
119119
- .ci/make_and_test.sh 11
120120

121-
# macOS and clang
122-
- os: osx
123-
compiler: clang
124-
install:
125-
- brew update
126-
- echo 'brew "python"' > Brewfile
127-
- echo 'brew "ccache"' >> Brewfile
128-
- brew bundle
129-
- python -m ensurepip --user
130-
131121
install: skip
132122

133123
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ An acceptable CLI parser library should be all of the following:
7474
- Short, simple syntax: This is one of the main reasons to use a CLI parser, it should make variables from the command line nearly as easy to define as any other variables. If most of your program is hidden in CLI parsing, this is a problem for readability.
7575
- C++11 or better: Should work with GCC 4.8+ (default on CentOS/RHEL 7), Clang 3.5+, AppleClang 7+, NVCC 7.0+, or MSVC 2015+.
7676
- Work on Linux, macOS, and Windows.
77-
- Well tested using [Travis][] (Linux and macOS) and [AppVeyor][] (Windows) or [Azure][] (all three). "Well" is defined as having good coverage measured by [CodeCov][].
77+
- Well tested using [Travis][] (Linux) and [AppVeyor][] (Windows) or [Azure][] (all three). "Well" is defined as having good coverage measured by [CodeCov][].
7878
- Clear help printing.
7979
- Nice error messages.
8080
- Standard shell idioms supported naturally, like grouping flags, a positional separator, etc.

0 commit comments

Comments
 (0)