We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f32f7d + 1020a71 commit 261a42aCopy full SHA for 261a42a
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
before_script:
4
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
5
env:
6
- - PGUSER=postgres PGDATABASE=postgres
+ - CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
7
8
addons:
9
apt:
0 commit comments