Skip to content

Commit d00d716

Browse files
pirxpilotinukshuk
authored andcommitted
fix travis CI configuration for Xenial build
Adding: sh -e /etc/init.d/xvfb start results in the following error: sh: 0: Can't open /etc/init.d/xvfb see: https://benlimmer.com/2019/01/14/travis-ci-xvfb/
1 parent 725a804 commit d00d716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ running in a [Chromium](https://en.wikipedia.org/wiki/Chromium_(web_browser)) pr
6262
On Linux, your `.travis.yml` will need an extra line of configuration to run your tests:
6363

6464
```yaml
65-
before_script:
66-
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
65+
services:
66+
- xvfb
6767
```
6868
6969
#### WebGL Tests

0 commit comments

Comments
 (0)