mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 06:13:39 +03:00
Fix Travis build on MacOS
This commit is contained in:
parent
16ffc7f50a
commit
7f5b005ccd
1 changed files with 6 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
@ -2,10 +2,12 @@ branches:
|
|||
except:
|
||||
- dev
|
||||
language: cpp
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
dist: xenial
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
- os: osx
|
||||
osx_image: xcode10.2
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
|
Loading…
Add table
Reference in a new issue