Taking the first step to adding Travis CI
This commit is contained in:
parent
ef8820cc2e
commit
2e7c244c40
2 changed files with 10 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- '2.7'
|
||||||
|
|
||||||
|
script:
|
||||||
|
- boostrap.sh
|
4
.travis/minion
Normal file
4
.travis/minion
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
file_client: local
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt/states
|
Loading…
Reference in a new issue