Installing curl on Travis OSX

This commit is contained in:
Elijah Lazkani 2017-03-18 01:34:23 -04:00
parent 27305faecd
commit d295a675c8

View file

@ -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