Try bootstrapping stable instead of develop

This commit is contained in:
jpic 2015-05-15 00:26:31 +02:00
parent 52e24c5c2e
commit 08de91fc43
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ python:
before_install:
- sudo apt-get update
- curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
- curl -L http://bootstrap.saltstack.org | sudo BS_PIP_ALLOWED=1 BS_ECHO_DEBUG=1 sh -s -- stable
install:
- sudo mkdir -p /srv && sudo ln -sfn $PWD /srv/formula