Files
cnpmjs.org/.travis.yml
fengmk2 9a7e94f7a4 feat(database): support PostgreSQL
And the big problem of pg is bigint will be convert to string

Fixes #309
Fixes #489
2015-02-14 17:54:04 +08:00

9 lines
194 B
YAML

language: node_js
node_js:
- 'iojs-1.2'
- '0.12'
addons:
- postgresql: '9.3'
script: 'make test-travis-all'
after_script: 'npm install coveralls@2 && cat ./coverage/lcov.info | coveralls'