mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
14 lines
322 B
YAML
14 lines
322 B
YAML
language: python
|
|
|
|
before_install:
|
|
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then sudo pip install unittest2; fi"
|
|
- sudo pip install unittest-xml-reporting
|
|
|
|
script:
|
|
- sudo python tests/runtests.py -vv
|
|
|
|
notifications:
|
|
irc:
|
|
channels: "irc.freenode.org#salt-devel"
|
|
on_success: change
|
|
on_failure: change
|