Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit cbf7387

Browse files
authored
Merge pull request #70 from webpack/revive
revive CI
2 parents 7ae73eb + cae3981 commit cbf7387

File tree

3 files changed

+1880
-1
lines changed

3 files changed

+1880
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js:
3-
- "4"
43
- "6"
54
- "8"
5+
- "10"
6+
- "12"
67
script: npm run travis
78

89
before_install:

lib/normalize.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use strict";
22

3+
// eslint-disable-next-line complexity
34
module.exports = function normalize(path) {
45
var parts = path.split(/(\\+|\/+)/);
56
if(parts.length === 1)

0 commit comments

Comments
 (0)