salt-bootstrap/.travis.yml
Pedro Algarvio 421fe1b843 Use a specific script to run the bootstrap tests.
Additionally test git installs using a specific tag and sha commit.
2013-01-23 19:16:44 +00:00

11 lines
226 B
YAML

before_install:
- sudo apt-get update && sudo apt-get install devscripts
script:
- ./.run-boostrap-tests.sh
notifications:
irc:
channels: "irc.freenode.org#salt-devel"
on_success: change
on_failure: change