diff --git a/_project_starter_/.travis.yml b/_project_starter_/.travis.yml index 8bd1625..14f7f34 100644 --- a/_project_starter_/.travis.yml +++ b/_project_starter_/.travis.yml @@ -1,3 +1,11 @@ language: node_js node_js: - - lts/* \ No newline at end of file + - lts/* + cache: npm + + install: + - npm install + + script: + - npm test + - npm run build \ No newline at end of file