mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
chg: two OSX images are more then enough to test against.
This commit is contained in:
parent
0430b84f65
commit
7af8168158
1 changed files with 4 additions and 4 deletions
|
@ -7,12 +7,12 @@ compiler: gcc
|
|||
# Test on Linux and MacOS
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
osx_image: xcode7.3 # OS X 10.11
|
||||
# - os: osx
|
||||
# osx_image: xcode7.3 # OS X 10.11
|
||||
- os: osx
|
||||
osx_image: xcode8.3 # OS X 10.12
|
||||
- os: osx
|
||||
osx_image: xcode9 # OS X 10.13
|
||||
# - os: osx
|
||||
# osx_image: xcode9 # OS X 10.13
|
||||
- os: osx
|
||||
osx_image: xcode9.1 # OS X 10.13.1
|
||||
- os: linux
|
||||
|
|
Loading…
Reference in a new issue