File tree Expand file tree Collapse file tree 2 files changed +40
-24
lines changed
Expand file tree Collapse file tree 2 files changed +40
-24
lines changed Original file line number Diff line number Diff line change 11language : node_js
2- node_js :
3- - " 0.10"
4- - " 0.12"
5- - " iojs"
2+ sudo : false
63before_script :
74 - node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
85env :
96 - PGUSER=postgres PGDATABASE=postgres
7+
8+ matrix :
9+ include :
10+ - node_js : " 0.10"
11+ addons :
12+ postgresql : " 9.1"
13+ - node_js : " 0.10"
14+ addons :
15+ postgresql : " 9.2"
16+ - node_js : " 0.10"
17+ addons :
18+ postgresql : " 9.3"
19+ - node_js : " 0.10"
20+ addons :
21+ postgresql : " 9.4"
22+ - node_js : " 0.12"
23+ addons :
24+ postgresql : " 9.1"
25+ - node_js : " 0.12"
26+ addons :
27+ postgresql : " 9.2"
28+ - node_js : " 0.12"
29+ addons :
30+ postgresql : " 9.3"
31+ - node_js : " 0.12"
32+ addons :
33+ postgresql : " 9.4"
34+ - node_js : " iojs-v2"
35+ addons :
36+ postgresql : " 9.1"
37+ - node_js : " iojs-v2"
38+ addons :
39+ postgresql : " 9.2"
40+ - node_js : " iojs-v2"
41+ addons :
42+ postgresql : " 9.3"
43+ - node_js : " iojs-v2"
44+ addons :
45+ postgresql : " 9.4"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments