UNPKG

hapi-plugin-pg

Version:

Hapi.js Plugin for postgres (PG 7.x.x)

18 lines (16 loc) 253 B
sudo: false language: node_js node_js: - "6" - "7" - "8" install: - npm install before_script: - psql -c 'CREATE DATABASE test_db;' -U postgres env: - CC=clang CXX=clang++ npm_config_clang=1 addons: postgresql: "9.4" script: - npm test