diff --git a/.travis.yml b/.travis.yml index e472ebe800..18b31fd025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ --- +sudo: required language: 'python' python: '2.7' @@ -14,4 +15,5 @@ install: True script: - 'nosetests' - + - 'git clone --depth 1 https://github.com/nickjj/rolespec' + - 'cd rolespec ; bin/rolespec -r https://github.com/debops/test-suite'