mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Test new travis config
This commit is contained in:
parent
52f5c709ba
commit
e9d1872c70
@ -2,8 +2,5 @@ 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
|
||||
- PGUSER=postgres PGDATABASE=postgres
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user