mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-09 15:18:09 +01:00
8 lines
116 B
Bash
8 lines
116 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||
|
brew update
|
||
|
brew install gnu-sed
|
||
|
brew install swig
|
||
|
fi
|