UNPKG
hapi-plugin-pg
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Hapi.js Plugin for postgres (PG 7.x.x)
github.com/doron2402/hapi-pg
doron2402/hapi-pg
hapi-plugin-pg
/
.travis.yml
18 lines
(16 loc)
•
253 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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