node-postgres/.travis.yml
Vitaly Tomilov 8d142513cc Updated Test Environments
* Replaced NodeJS 0.11 with 0.12, because people only care about 0.10 and 0.12 today;
* Added test support for the most recent stable version of IO.js
2015-04-15 23:01:33 +01:00

10 lines
196 B
YAML

language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
before_script:
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
env:
- PGUSER=postgres PGDATABASE=postgres