Skip to content

Commit 5682edc

Browse files
committed
fix travis tests
this is according to https://benlimmer.com/2019/01/14/travis-ci-xvfb/
1 parent b2a0b11 commit 5682edc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ addons:
55
code_climate:
66
repo_token: 'your repo token'
77
firefox: "51.0"
8-
before_install:
9-
- "export DISPLAY=:99.0"
10-
- "sh -e /etc/init.d/xvfb start"
8+
services:
9+
- xvfb
1110
notifications:
1211
email: false
1312
before_script:

0 commit comments

Comments
 (0)