Skip to content

Commit

Permalink
build should be passing
Browse files Browse the repository at this point in the history
  • Loading branch information
bryngo committed Jul 7, 2018
1 parent eafe53b commit 8dd8a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello Travis!\n')
res.end('Hello Travis!\n');
}).listen(1337, '127.0.0.1');
console.log('Server running at http://127.0.0.1:1337/');

0 comments on commit 8dd8a4a

Please sign in to comment.