Skip to content

Commit

Permalink
[Chore #159069716] Add Procfile for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
olusoladavid committed Jul 19, 2018
1 parent 6016f08 commit a5f41df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ language: node_js
node_js:
- "8.11.1"

cache:
directories:
- "node_modules"

after_success: npm run coverage
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npm start

0 comments on commit a5f41df

Please sign in to comment.