Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit fa706ae

Browse files
author
Nate McMaster
committed
Adding libunwind8 to .travis.yml
[skip appveyor]
1 parent b0c9fc9 commit fa706ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ os:
1010
- linux
1111
- osx
1212
osx_image: xcode8.2
13+
addons:
14+
apt:
15+
packages:
16+
- libunwind8
1317
before_install:
1418
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl nginx; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; else ./install-nginx.sh; fi
1519
install:

0 commit comments

Comments
 (0)