Skip to content

Commit

Permalink
Merge pull request #157 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 400fe7e + f619b5b commit 96ef0b7
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"
- "10"
- '8'
- '10'
dist: xenial
services:
- xvfb

0 comments on commit 96ef0b7

Please sign in to comment.