Skip to content

Commit ba2d3fb

Browse files
committed
Attempt fixing travis
1 parent 26a697e commit ba2d3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ before_install:
2222
tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs;
2323
fi
2424
- "export DISPLAY=:99.0"
25-
- "sh -e /etc/init.d/xvfb start"
2625
script:
2726
- bundle exec rubocop
2827
- bundle exec rake test
@@ -43,3 +42,4 @@ addons:
4342
postgresql: "9.3"
4443
services:
4544
- redis-server
45+
- xvfb

0 commit comments

Comments
 (0)