Mutiple fixes to travis config
This commit is contained in:
parent
79a22426f8
commit
e9501993e5
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,10 @@ matrix:
|
|||
language: generic
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo pip install salt; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop; fi
|
||||
- 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 export HOME=/home/travis; fi
|
||||
- curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
|
||||
|
||||
install:
|
||||
- sudo mkdir -p /srv/salt/states
|
||||
|
|
Loading…
Reference in a new issue