summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 92020c6c..78f7ea97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,5 @@ addons:
packages:
- vim-gtk
before_script:
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
-script: bundle exec rspec --format=documentation
+ - "./build"
+script: xvfb-run bundle exec rspec --format=documentation