Merge pull request #872 from brianc/fix-travis

Add clang flags to travis environment
This commit is contained in:
Brian C 2015-10-07 11:32:01 -05:00
commit 261a42a730

View File

@ -3,7 +3,7 @@ sudo: false
before_script:
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
env:
- PGUSER=postgres PGDATABASE=postgres
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
addons:
apt: