Skip to content

Commit 1020a71

Browse files
committed
Add clang flags to travis environment
Trying to fix the building on travis...
1 parent 3f32f7d commit 1020a71

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)