pinch-dotfiles/.travis.yml

30 lines
906 B
YAML
Raw Normal View History

2017-03-18 05:27:54 +00:00
language: python
2017-03-04 15:50:08 +00:00
matrix:
include:
- os: linux
sudo: required
python: 3.2
- os: linux
sudo: required
python: 2.7
2017-03-18 05:16:04 +00:00
- os: osx
osx_image: xcode8.2
2017-03-18 05:27:54 +00:00
language: generic
2017-03-04 03:35:52 +00:00
before_install:
2017-03-18 05:27:54 +00:00
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
2017-03-18 05:34:23 +00:00
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install curl ; fi
2017-03-18 05:27:54 +00:00
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update ; fi
2017-03-04 03:35:52 +00:00
- curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
install:
- sudo mkdir -p /srv/salt/states
- sudo cp -r salty/base/* /srv/salt/states
- sudo cp -r .travis/minion /etc/salt/minion
2017-03-18 05:27:54 +00:00
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo service salt-minion restart; fi
- sudo sh .travis/grains.sh
2017-03-04 03:35:52 +00:00
script:
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet --retcode-passthrough state.apply