Skip to content

Commit

Permalink
Merge pull request #82 from stealjs/landscaper/steal-xenial
Browse files Browse the repository at this point in the history
Migrate to use Xenial in Travis
  • Loading branch information
cherifGsoul authored Jul 1, 2019
2 parents de6094b + 6507a61 commit 89e1abe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: node_js
node_js:
- 8
- node
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: npm test
addons:
firefox: "51.0"
firefox: '51.0'
dist: xenial
services:
- xvfb
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"qunitjs": "^1.23.1",
"steal": "^1.12.6",
"steal-qunit": "^1.0.0",
"testee": "^0.8.1"
"testee": "^0.9.0"
},
"steal": {
"plugins": [
Expand Down

0 comments on commit 89e1abe

Please sign in to comment.