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