Cleaning up the code
This commit is contained in:
parent
b6efefcfb2
commit
979158347c
1 changed files with 0 additions and 4 deletions
|
@ -7,14 +7,10 @@ before_install:
|
|||
- curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
|
||||
|
||||
install:
|
||||
# Copy these states
|
||||
- sudo mkdir -p /srv/salt/states
|
||||
- sudo cp -r salty/base/* /srv/salt/states
|
||||
- sudo cp -r .travis/minion /etc/salt/minion
|
||||
- sudo service salt-minion restart
|
||||
|
||||
# See what kind of travis box you're on
|
||||
# to help with making your states compatible with travis
|
||||
- sudo sh .travis/grains.sh
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue