Adding libunwind8 to .travis.yml

[skip appveyor]
This commit is contained in:
Nate McMaster 2017-06-26 09:35:42 -07:00
parent 4a4960f2c8
commit 3280ebd84b
1 changed files with 4 additions and 0 deletions

View File

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