Skip to content

Commit

Permalink
Migrate to use Xenial in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul authored and chasenlehara committed Jun 20, 2019
1 parent 8ba12f3 commit 4fd3f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js: node
script: npm test
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
addons:
firefox: '51.0'
dist: xenial
services:
- xvfb

0 comments on commit 4fd3f22

Please sign in to comment.