Disable sudo in .travis.yml

This enables container based builds on Travis which should speed
up automated testing.
This commit is contained in:
Sehrope Sarkuni 2015-08-02 10:51:02 -04:00
parent 7a09283fe7
commit e98ef2f784

View File

@ -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: