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 20, 2016
1 parent e6be485 commit a41a652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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 a41a652

Please sign in to comment.