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 4e3231d commit a3e25dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sudo: false
language: node_js
node_js:
- "8"
- "10"
- '8'
- '10'
dist: xenial
services:
- xvfb

0 comments on commit a3e25dd

Please sign in to comment.