Skip to content

Commit

Permalink
Merge pull request #72 from donejs/xenial-migration
Browse files Browse the repository at this point in the history
Migrate to use Xenial in Travis
  • Loading branch information
cherifGsoul authored Jun 19, 2019
2 parents e1b4b02 + 1c6b8b2 commit 624e5dd
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 @@
language: node_js
script: npm test
node_js:
- "8"
- "9"
- '8'
- '9'
dist: xenial
services:
- xvfb

0 comments on commit 624e5dd

Please sign in to comment.