We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f32f7d commit 1020a71Copy full SHA for 1020a71
.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