Skip to content

Commit 261a42a

Browse files
committed
Merge pull request brianc#872 from brianc/fix-travis
Add clang flags to travis environment
2 parents 3f32f7d + 1020a71 commit 261a42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
before_script:
44
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
55
env:
6-
- PGUSER=postgres PGDATABASE=postgres
6+
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
77

88
addons:
99
apt:

0 commit comments

Comments
 (0)