Skip to content

Commit bfbf048

Browse files
Merge pull request #269 from rayfoss/patch-5
travis introduced breaking change xfvb
2 parents e1a36da + 5a559dc commit bfbf048

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: node_js
2-
node_js: '8'
2+
node_js: '12'
33
cache: yarn
44
addons:
55
code_climate:
66
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"
7+
firefox: "69.0"
8+
services:
9+
- xvfb
1110
notifications:
1211
email: false
1312
before_script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"standard": "^12.0.1",
110110
"steal": "^2.1.13",
111111
"steal-mocha": "^2.0.1",
112-
"testee": "^0.8.1",
112+
"testee": "^0.9.1",
113113
"vue": "^2.5.22",
114114
"vuepress": "^0.14.9",
115115
"vuex": "^3.0.1"

0 commit comments

Comments
 (0)