UNPKG
pgjson
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1
Postgres as a simple JSON document store.
github.com/fiatjaf/pgjson
fiatjaf/pgjson
pgjson
/
.travis.yml
12 lines
(11 loc)
•
210 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
-
"0.10"
-
"4.1"
-
"stable"
addons:
postgresql:
"9.4"
before_script:
- psql -c 'create database pgjson_test;' -U postgres
env:
- TEST_DATABASE_URL=postgres:///pgjson_test