We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a697e commit ba2d3fbCopy full SHA for ba2d3fb
.travis.yml
@@ -22,7 +22,6 @@ before_install:
22
tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs;
23
fi
24
- "export DISPLAY=:99.0"
25
- - "sh -e /etc/init.d/xvfb start"
26
script:
27
- bundle exec rubocop
28
- bundle exec rake test
@@ -43,3 +42,4 @@ addons:
43
42
postgresql: "9.3"
44
services:
45
- redis-server
+ - xvfb
0 commit comments