Skip to content

Commit 131abbc

Browse files
committed
fixes and tests
1 parent 035f6ea commit 131abbc

File tree

5 files changed

+10523
-4354
lines changed

5 files changed

+10523
-4354
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "8"
5-
- "9"
3+
- "10"
4+
- "12"
5+
- "13"
66

77
before_install:
8+
- "export CHROME_BIN=chromium-browser"
89
- "export BROWSERS=Firefox"
9-
- "export DISPLAY=:99.0"
10-
- "sh -e /etc/init.d/xvfb start"
11-
10+
services:
11+
- xvfb
1212
after_success:
1313
- yarn cover-publish
1414
addons:

0 commit comments

Comments
 (0)