Add CI and heroku deploy

This commit is contained in:
Trevor Blades
2018-10-11 13:18:53 -04:00
parent ce585f546d
commit 1f64a4ab11
3 changed files with 9 additions and 0 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: node_js
node_js: 8
cache:
directories:
- node_modules

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: node -r esm index.js

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# Countries
[![Build Status](https://travis-ci.com/trevorblades/countries.svg?branch=master)](https://travis-ci.com/trevorblades/countries)