From d28c1c81c0ec47890f6badf7b355fcf8e9d32fe2 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Thu, 22 Jun 2017 07:53:49 -0700 Subject: [PATCH] Fix build failures with travis and libunwind --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97cffb4729..b0d51d2837 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,16 @@ env: - SIGNALR_TESTS_VERBOSE: 1 - TRAVIS_NODE_VERSION: 8.0.0 mono: none -python: - - "2.7" os: - linux - osx osx_image: xcode8.2 +addons: + apt: + sources: + - debian-sid + packages: + - libunwind8 branches: only: - master