Moving away from the brew install curl route and trying to install salt straight away

This commit is contained in:
Elijah Lazkani 2017-03-18 01:56:24 -04:00
parent ea213549df
commit 7296066547

View file

@ -13,10 +13,8 @@ matrix:
language: generic
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install curl ; fi
- curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install saltstack ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop; fi
install:
- sudo mkdir -p /srv/salt/states