diff --git a/.travis.yml b/.travis.yml index 703811a5..7116e53d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ language: node_js -node_js: - - 'stable' -install: npm install -services: - - postgresql -before_script: - - psql -c 'create database test_db;' -U postgres -script: npm start -after_success: npm app.js +node_js: + - "stable" +cache: + directories: + - "node_modules"