Fix build failures with travis and libunwind
This commit is contained in:
parent
0dd29b3050
commit
d28c1c81c0
|
|
@ -8,12 +8,16 @@ env:
|
||||||
- SIGNALR_TESTS_VERBOSE: 1
|
- SIGNALR_TESTS_VERBOSE: 1
|
||||||
- TRAVIS_NODE_VERSION: 8.0.0
|
- TRAVIS_NODE_VERSION: 8.0.0
|
||||||
mono: none
|
mono: none
|
||||||
python:
|
|
||||||
- "2.7"
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
osx_image: xcode8.2
|
osx_image: xcode8.2
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- debian-sid
|
||||||
|
packages:
|
||||||
|
- libunwind8
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue