diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-12-26 23:13:05 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-12-26 23:13:05 +0100 |
commit | 9f19823a302ac4b147e5532153b1bed6e23138f3 (patch) | |
tree | c8fab79b780197d55ea005df1671b7da2b030321 | |
parent | 56d5fc498b8538fe23dedf9bacec1286466fee28 (diff) | |
download | vim-polyglot-9f19823a302ac4b147e5532153b1bed6e23138f3.tar.gz vim-polyglot-9f19823a302ac4b147e5532153b1bed6e23138f3.zip |
Enable verbose testing
-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 |