Switch to nickjj/respec in .travis.yml

This commit is contained in:
Maciej Delmanowski 2014-09-07 16:41:26 +02:00
parent 139b32ab19
commit a95e5050da

View File

@ -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'