pinch-dotfiles/.travis.yml
Elijah Lazkani ea213549df - Adding a brew upgrade
- Removing the apt-get update, it is being done way too many times
2017-03-18 01:47:10 -04:00

29 lines
906 B
YAML

language: python
matrix:
include:
- os: linux
sudo: required
python: 3.2
- os: linux
sudo: required
python: 2.7
- os: osx
osx_image: xcode8.2
language: generic
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install curl ; fi
- 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
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo service salt-minion restart; fi
- sudo sh .travis/grains.sh
script:
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet --retcode-passthrough state.apply