Adding libunwind8 to .travis.yml

[skip appveyor]
This commit is contained in:
Nate McMaster 2017-06-26 09:43:03 -07:00
parent f34e87042c
commit 98c8899155
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ os:
- linux
- osx
osx_image: xcode8.2
addons:
apt:
packages:
- libunwind8
branches:
only:
- master