mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
11 lines
231 B
YAML
11 lines
231 B
YAML
before_install:
|
|
- sudo apt-get update && sudo apt-get install devscripts
|
|
|
|
script:
|
|
- sudo ./.run-boostrap-tests.sh
|
|
|
|
notifications:
|
|
irc:
|
|
channels: "irc.freenode.org#salt-devel"
|
|
on_success: change
|
|
on_failure: change
|