diff --git a/.travis.yml b/.travis.yml index e50fce4..3cd0ce9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,8 @@ language: node_js node_js: - "8.11.1" +cache: + directories: + - "node_modules" + after_success: npm run coverage \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..e8f79ea --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: npm start \ No newline at end of file