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 725a804 commit d00d716Copy full SHA for d00d716
README.md
@@ -62,8 +62,8 @@ running in a [Chromium](https://en.wikipedia.org/wiki/Chromium_(web_browser)) pr
62
On Linux, your `.travis.yml` will need an extra line of configuration to run your tests:
63
64
```yaml
65
-before_script:
66
- - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
+services:
+ - xvfb
67
```
68
69
#### WebGL Tests
0 commit comments