Skip to content

Commit

Permalink
Merge pull request #70 from webpack/revive
Browse files Browse the repository at this point in the history
revive CI
  • Loading branch information
sokra committed Oct 8, 2019
2 parents 7ae73eb + cae3981 commit cbf7387
Show file tree
Hide file tree
Showing 3 changed files with 1,880 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
- "12"
script: npm run travis

before_install:
Expand Down
1 change: 1 addition & 0 deletions lib/normalize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";

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

0 comments on commit cbf7387

Please sign in to comment.