Skip to content

Commit

Permalink
Fix Travis build on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
klzgrad authored Jun 22, 2019
1 parent 412b51f commit 0974334
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0974334

Please sign in to comment.