pinch-dotfiles/.travis.yml
2017-03-03 23:29:02 -05:00

22 lines
611 B
YAML

sudo: required
language: python
python:
- '2.7'
before_install:
- sudo apt-get update
- 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:
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet --retcode-passthrough state.apply