Skip to content

Commit 5376026

Browse files
authored
Fix test config (#13)
* Fix nodeunit dependency installation error * Broaden node version range in travis config
1 parent 7167a50 commit 5376026

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: node_js
22
node_js:
3-
- "1"
4-
- "2"
5-
- "3"
63
- "4"
74
- "5"
85
- "6"
96
- "7"
7+
- "8"
8+
- "9"
9+
- "10"
10+
- "11"
11+
- "12"
1012
branches:
1113
except:
1214
- image

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"eslint-config-standard": "7.0.1",
4848
"eslint-plugin-promise": "3.5.0",
4949
"eslint-plugin-standard": "2.1.1",
50-
"nodeunit": "0.9.0"
50+
"nodeunit": "0.11.3"
5151
}
5252
}

0 commit comments

Comments
 (0)