core-lightning/libwally-core/tools/travis_install.sh

8 lines
116 B
Bash
Raw Normal View History

#!/bin/sh
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install gnu-sed
brew install swig
fi