Skip to content

Commit

Permalink
Enabled Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Mar 8, 2014
1 parent 1be35c9 commit a3bcab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- '0.11'
- '0.10'
- '0.8'
3 changes: 1 addition & 2 deletions lib/pathUtils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var url = require('url'),
stdUtils = exports.std = require('path'),
var stdUtils = exports.std = require('path'),
nodeResolve = require('resolve'),
cwd = process.cwd(),
badPathSep = /\\/g,
Expand Down

0 comments on commit a3bcab1

Please sign in to comment.