We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b7aab0 + 002180f commit 435e708Copy full SHA for 435e708
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
node_js: node
3
-before_install:
4
- - "export DISPLAY=:99.0"
5
- - "sh -e /etc/init.d/xvfb start"
6
addons:
7
- firefox: "51.0"
+ firefox: '51.0'
+dist: xenial
+services:
+ - xvfb
package.json
@@ -51,6 +51,6 @@
51
"steal": "^1.5.15",
52
"steal-qunit": "^1.0.1",
53
"steal-tools": "^1.9.0",
54
- "testee": "^0.7.0"
+ "testee": "^0.9.0"
55
}
56
0 commit comments