travis
This commit is contained in:
parent
6f66a4c94e
commit
5c6b3a4f98
|
@ -8,6 +8,6 @@ osx_image: xcode7.2
|
|||
install:
|
||||
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
|
||||
script:
|
||||
- sudo sh ./setup_env.sh
|
||||
- sh ./setup_env.sh
|
||||
- swift build
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
|||
brew update
|
||||
brew install zeromq --with-libsodium
|
||||
else
|
||||
apt-get update
|
||||
apt-get install libzmq-4-dev
|
||||
sudo apt-get update
|
||||
sudo apt-get install libzmq-4-dev
|
||||
fi
|
Loading…
Reference in New Issue