Skip to content

Commit ecc9809

Browse files
authored
Merge pull request #277 from benjamine/fixes
fixes and tests
2 parents 035f6ea + b0a41f9 commit ecc9809

File tree

6 files changed

+10526
-4356
lines changed

6 files changed

+10526
-4356
lines changed

.travis.yml

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

78
before_install:
9+
- "export CHROME_BIN=chromium-browser"
810
- "export BROWSERS=Firefox"
9-
- "export DISPLAY=:99.0"
10-
- "sh -e /etc/init.d/xvfb start"
11-
11+
services:
12+
- xvfb
1213
after_success:
1314
- yarn cover-publish
1415
addons:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Supported platforms
3838

3939
And you can test your current browser visiting the [test page](http://benjamine.github.com/jsondiffpatch/test/index.html).
4040

41-
* Node.js [![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.svg)](http://travis-ci.org/benjamine/jsondiffpatch) v4.8+
41+
* Node.js [![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.svg)](http://travis-ci.org/benjamine/jsondiffpatch) v8+
4242

4343
Usage
4444
-----

0 commit comments

Comments
 (0)