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 04e1c36 + 5273573 commit 2e2f5ffCopy full SHA for 2e2f5ff
.travis.yml
@@ -1,12 +1,9 @@
1
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"
+node_js: node
9
script: npm test
10
sudo: false
11
addons:
12
- firefox: "59.0"
+ firefox: '59.0'
+dist: xenial
+services:
+ - xvfb
package.json
@@ -39,7 +39,7 @@
39
"steal-css": "^1.3.2",
40
"steal-qunit": "^1.0.2",
41
"testdouble": "^3.0.0",
42
- "testee": "^0.6.1"
+ "testee": "^0.9.0"
43
},
44
"steal": {
45
"plugins": [
0 commit comments