Switch to nickjj/respec in .travis.yml
This commit is contained in:
parent
139b32ab19
commit
a95e5050da
@ -3,10 +3,6 @@
|
|||||||
language: 'python'
|
language: 'python'
|
||||||
python: '2.7'
|
python: '2.7'
|
||||||
|
|
||||||
addons:
|
|
||||||
hosts:
|
|
||||||
- 'travis.localdomain'
|
|
||||||
|
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
|
|
||||||
@ -14,6 +10,6 @@ before_install: True
|
|||||||
install: True
|
install: True
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- 'git clone --depth 1 https://github.com/debops/test-runner'
|
- 'git clone --depth 1 https://github.com/nickjj/rolespec'
|
||||||
- 'cd test-runner ; ./runner -r https://github.com/debops/test-suite'
|
- 'cd rolespec ; ./runner -r https://github.com/debops/test-suite'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user