Add standardized .travis.yml in all roles
This commit is contained in:
parent
d7d20ede7b
commit
9ee70b6bf9
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
language: 'python'
|
||||||
|
python: '2.7'
|
||||||
|
|
||||||
|
addons:
|
||||||
|
hosts:
|
||||||
|
- 'travis.localdomain'
|
||||||
|
|
||||||
|
virtualenv:
|
||||||
|
system_site_packages: true
|
||||||
|
|
||||||
|
before_install: True
|
||||||
|
install: True
|
||||||
|
|
||||||
|
script:
|
||||||
|
- 'git clone --depth 1 https://github.com/debops/test-runner'
|
||||||
|
- 'cd test-runner ; ./runner -r https://github.com/debops/test-suite'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user