Use Xcode 7.3 in Travis

This commit is contained in:
Guillaume Valadon 2017-11-30 13:35:04 +01:00
parent ba3b9e14ba
commit ec73737dac
1 changed files with 4 additions and 0 deletions

View File

@ -11,9 +11,11 @@ matrix:
- os: osx
language: generic
osx_image: xcode7.3
- os: osx
language: generic
osx_image: xcode7.3
env:
- SCAPY_SUDO=false SCAPY_USE_PCAPDNET=yes
@ -38,11 +40,13 @@ matrix:
- os: osx
language: generic
osx_image: xcode7.3
env:
- SCAPY_SUDO=sudo SCAPY_COVERAGE=yes
- os: osx
language: generic
osx_image: xcode7.3
env:
- SCAPY_SUDO=sudo SCAPY_USE_PCAPDNET=yes SCAPY_COVERAGE=yes