This commit is contained in:
badim 2016-04-08 21:10:28 +03:00
parent 6f66a4c94e
commit 5c6b3a4f98
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,6 @@ osx_image: xcode7.2
install: install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)" - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
script: script:
- sudo sh ./setup_env.sh - sh ./setup_env.sh
- swift build - swift build

View File

@ -5,6 +5,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
brew update brew update
brew install zeromq --with-libsodium brew install zeromq --with-libsodium
else else
apt-get update sudo apt-get update
apt-get install libzmq-4-dev sudo apt-get install libzmq-4-dev
fi fi