mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Update travis file
This commit is contained in:
parent
02ff00a374
commit
b38d092fa6
@ -2,5 +2,8 @@ language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.11"
|
||||
before_script:
|
||||
- psql -c 'create database travis_ci_test;' -U postgres
|
||||
env:
|
||||
- PGUSER=postgres
|
||||
- PGDATABASE=travis_ci_test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user