Fixing the OSX salt installation
This commit is contained in:
parent
e9501993e5
commit
d5e2106dd8
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ 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" == "osx" ]]; then brew install saltstack; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export HOME=/home/travis; fi
|
||||
- curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
|
||||
- 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