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 committed Jun 18, 2019
1 parent b2379e9 commit 5f51c42
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sudo: false
language: node_js
node_js:
- "8"
- "10"
script: npm run coverage:upload
- '8'
- '10'
script: 'npm run coverage:upload'
dist: xenial
services:
- xvfb

0 comments on commit 5f51c42

Please sign in to comment.