-
-
Notifications
You must be signed in to change notification settings - Fork 388
Closed
Description
Currently, all builds use OSX. We use it because of [headless-gl] works with it out of the box.
See:
Solution. Add those lines to travis.yml
language: node_js
os: linux
sudo: required
dist: trusty
addons:
apt:
packages:
- mesa-utils
- xvfb
- libgl1-mesa-dri
- libglapi-mesa
- libosmesa6
node_js:
- '6'
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb startVersion:
- v2.x.x
- v1.x.x
Issue type:
- Bug
- Proposal/Enhancement
- Question
Tested on:
###### --- Desktop - [ ] Chrome - [ ] Chrome Canary - [ ] Chrome dev-channel - [ ] Firefox - [ ] Opera - [ ] Microsoft IE - [ ] Microsoft Edge--- Android
- Chrome
- Firefox
- Opera
--- IOS
- Chrome
- Firefox
- Opera