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 e1a36da + 5a559dc commit bfbf048Copy full SHA for bfbf048
.travis.yml
@@ -1,13 +1,12 @@
1
language: node_js
2
-node_js: '8'
+node_js: '12'
3
cache: yarn
4
addons:
5
code_climate:
6
repo_token: 'your repo token'
7
- firefox: "51.0"
8
-before_install:
9
- - "export DISPLAY=:99.0"
10
- - "sh -e /etc/init.d/xvfb start"
+ firefox: "69.0"
+services:
+ - xvfb
11
notifications:
12
email: false
13
before_script:
package.json
@@ -109,7 +109,7 @@
109
"standard": "^12.0.1",
110
"steal": "^2.1.13",
111
"steal-mocha": "^2.0.1",
112
- "testee": "^0.8.1",
+ "testee": "^0.9.1",
113
"vue": "^2.5.22",
114
"vuepress": "^0.14.9",
115
"vuex": "^3.0.1"
0 commit comments