Skip to content

Commit

Permalink
Merge pull request #10 from canjs/landscaper/travis-xenial
Browse files Browse the repository at this point in the history
Migrate to xenial in travis
  • Loading branch information
cherifGsoul authored Jun 17, 2019
2 parents 2981e43 + 4036fba commit 391041d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: node_js
node_js: node
addons:
firefox: "latest-esr"
# Install D-Bus here
firefox: latest-esr
apt:
packages:
- "dbus-x11"
- dbus-x11
- xvfb


before_script:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- 'export DISPLAY='':99.0'''
- 'Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &'
- npm i
dist: xenial
services:
- xvfb

0 comments on commit 391041d

Please sign in to comment.