mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Disable sudo in .travis.yml
This enables container based builds on Travis which should speed up automated testing.
This commit is contained in:
parent
7a09283fe7
commit
e98ef2f784
@ -1,4 +1,5 @@
|
||||
language: node_js
|
||||
sudo: false
|
||||
before_script:
|
||||
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user