Skip to content

Commit

Permalink
trigger travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JAMES ZHANG committed Apr 21, 2016
1 parent cf1b2a8 commit 999f127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require('cf-deployment-tracker-client').track();
var server = require('./app');
var port = process.env.PORT || process.env.VCAP_APP_PORT || 3000;


server.listen(port, function () {
console.log('Server running on port: %d', port);
});

0 comments on commit 999f127

Please sign in to comment.