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

Commit

Permalink
revive CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 8, 2019
1 parent 7ae73eb commit cae3981
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
Loading

0 comments on commit cae3981

Please sign in to comment.