diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 27e0fc80..8e28d81f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ before_install: sudo apt-get install vim-gtk before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" -script: bundle exec rspec +script: bundle exec rspec --format=documentation |