Moving away from the brew install curl route and trying to install salt straight away
This commit is contained in:
parent
ea213549df
commit
7296066547
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue