Skip to content

Commit

Permalink
Adjustments to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Nov 19, 2016
1 parent f1003f0 commit db3f47d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.12"
- "4.0"
- "4.2"
- "5.11"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qbus-ipc",
"version": "0.9.1",
"version": "0.9.1-0",
"description": "Efficient and simple node.js TCP/unix socket/windows socket interprocess communication based upon qbus.",
"author": "Hexagon <github.com/hexagon>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("Listening", function () {
it("on sockets should not throw", function (done) {
(function(){
var server = new ipc(),
address = { path: "/cronerd-test/crdtest.sock" };
address = { path: "/tmp/crdtest.sock" };
server.listen(address, (e) => { if(e) throw e; done(e); } );
}).should.not.throw();
});
Expand Down

0 comments on commit db3f47d

Please sign in to comment.