Skip to content

Commit 2e2f5ff

Browse files
authored
Merge pull request #73 from stealjs/landscaper/steal-xenial
Migrate to use Xenial in Travis
2 parents 04e1c36 + 5273573 commit 2e2f5ff

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: node_js
2-
node_js:
3-
- "4"
4-
- "6"
5-
- node
6-
before_install:
7-
- "export DISPLAY=:99.0"
8-
- "sh -e /etc/init.d/xvfb start"
2+
node_js: node
93
script: npm test
104
sudo: false
115
addons:
12-
firefox: "59.0"
6+
firefox: '59.0'
7+
dist: xenial
8+
services:
9+
- xvfb

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"steal-css": "^1.3.2",
4040
"steal-qunit": "^1.0.2",
4141
"testdouble": "^3.0.0",
42-
"testee": "^0.6.1"
42+
"testee": "^0.9.0"
4343
},
4444
"steal": {
4545
"plugins": [

0 commit comments

Comments
 (0)