From 60f86d9293b584a779775f2b4fdbcc918caea24f Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Thu, 11 Aug 2016 22:52:56 +0200 Subject: [PATCH] Enable docs test on Travis CI --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'