Installing curl on Travis OSX
This commit is contained in:
parent
27305faecd
commit
d295a675c8
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install curl ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update ; fi
|
||||
- curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
|
||||
|
||||
|
|
Loading…
Reference in a new issue