From 1020a7175f33a0c9940d66c132d0378ade065bda Mon Sep 17 00:00:00 2001 From: brianc Date: Wed, 7 Oct 2015 11:11:53 -0500 Subject: [PATCH] Add clang flags to travis environment Trying to fix the building on travis... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 816bd7a9..935b08e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: