language: node_js node_js: - "9" - "8" - "7" - "6" services: postgresql before_script: - psql -c 'create database test;' -U postgres