Skip to content

Commit 435e708

Browse files
authored
Merge pull request #196 from canjs/landscaper/travis-xenial
Migrate to xenial in travis
2 parents 8b7aab0 + 002180f commit 435e708

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js: node
3-
before_install:
4-
- "export DISPLAY=:99.0"
5-
- "sh -e /etc/init.d/xvfb start"
63
addons:
7-
firefox: "51.0"
4+
firefox: '51.0'
5+
dist: xenial
6+
services:
7+
- xvfb

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"steal": "^1.5.15",
5252
"steal-qunit": "^1.0.1",
5353
"steal-tools": "^1.9.0",
54-
"testee": "^0.7.0"
54+
"testee": "^0.9.0"
5555
}
5656
}

0 commit comments

Comments
 (0)