Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 4, 2018
1 parent f3fe37e commit 7675bef
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
language: node_js
node_js:
- 9
- 8
os: linux
sudo: required
dist: trusty
addons:
apt:
packages:
- mesa-utils
- xvfb
- libgl1-mesa-dri
- libglapi-mesa
- libosmesa6
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
before_install:
- sudo add-apt-repository ppa:mc3man/trusty-media -y
- sudo apt-get update -q
Expand Down

0 comments on commit 7675bef

Please sign in to comment.