mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add initial (probably borken) travis file
This commit is contained in:
parent
d1cef5afd8
commit
89221e377b
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
python:
|
||||
- '2.6'
|
||||
- '2.7'
|
||||
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
|
||||
before-install:
|
||||
- sudo add-apt-repository ppa:saltstack/salt
|
||||
- sudo apt-get update -y
|
||||
- sudo apt-get install salt-master salt-syndic salt-minion
|
||||
|
||||
script: cd tests && python runtests.py
|
||||
after_script: python setup.py bdist
|
Loading…
Add table
Reference in a new issue