UNPKG

any-db-postgres

Version:
6 lines (5 loc) 171 B
language: node_js node_js: [ '0.10' ] env: any_db_test_url="postgres://postgres@localhost/any_db_test" before_script: - psql -c 'create database any_db_test' -Upostgres