mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Merge pull request #872 from brianc/fix-travis
Add clang flags to travis environment
This commit is contained in:
commit
261a42a730
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user