From a95e5050dabd6b9d9bc0884f0a6e2c276b7ae579 Mon Sep 17 00:00:00 2001 From: Maciej Delmanowski Date: Sun, 7 Sep 2014 16:41:26 +0200 Subject: [PATCH] Switch to nickjj/respec in .travis.yml --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14f1ff7..2ae0a64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,6 @@ language: 'python' python: '2.7' -addons: - hosts: - - 'travis.localdomain' - virtualenv: system_site_packages: true @@ -14,6 +10,6 @@ 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' + - 'git clone --depth 1 https://github.com/nickjj/rolespec' + - 'cd rolespec ; ./runner -r https://github.com/debops/test-suite'