UNPKG
any-db-postgres
Version:
latest (2.3.0)
2.3.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.2
1.0.0
1.0.0-rc2
1.0.0-rc1
1.0.0-alpha2
1.0.0-alpha1
0.0.0
The postgres adapter for any-db
github.com/grncdr/node-any-db-postgres
grncdr/node-any-db-postgres
any-db-postgres
/
.travis.yml
6 lines
(5 loc)
•
171 B
YAML
View Raw
1
2
3
4
5
6
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