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