2012-07-12 12:01:54 +08:00
|
|
|
language: node_js
|
2015-08-02 22:51:02 +08:00
|
|
|
sudo: false
|
2014-11-19 04:01:07 +08:00
|
|
|
before_script:
|
2012-07-12 12:05:39 +08:00
|
|
|
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
|
2014-11-11 22:42:46 +08:00
|
|
|
env:
|
2015-10-08 00:11:53 +08:00
|
|
|
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
|
2015-04-04 22:26:21 +08:00
|
|
|
|
2015-09-21 12:00:57 +08:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
packages:
|
|
|
|
- g++-4.8
|
|
|
|
|
2015-04-04 22:26:21 +08:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- node_js: "0.10"
|
|
|
|
addons:
|
|
|
|
postgresql: "9.4"
|
|
|
|
- node_js: "0.12"
|
|
|
|
addons:
|
2016-04-28 03:30:00 +08:00
|
|
|
postgresql: "9.4"
|
|
|
|
- node_js: "4"
|
2015-04-04 22:26:21 +08:00
|
|
|
addons:
|
2016-04-28 03:30:00 +08:00
|
|
|
postgresql: "9.4"
|
|
|
|
- node_js: "5"
|
2015-04-04 22:26:21 +08:00
|
|
|
addons:
|
|
|
|
postgresql: "9.4"
|
2016-04-28 03:30:00 +08:00
|
|
|
- node_js: "6"
|
2015-04-04 22:26:21 +08:00
|
|
|
addons:
|
|
|
|
postgresql: "9.1"
|
2016-04-28 03:30:00 +08:00
|
|
|
- node_js: "6"
|
2015-04-04 22:26:21 +08:00
|
|
|
addons:
|
|
|
|
postgresql: "9.2"
|
2016-04-28 03:30:00 +08:00
|
|
|
- node_js: "6"
|
2015-04-04 22:26:21 +08:00
|
|
|
addons:
|
|
|
|
postgresql: "9.3"
|
2016-04-28 03:30:00 +08:00
|
|
|
- node_js: "6"
|
2015-04-04 22:26:21 +08:00
|
|
|
addons:
|
|
|
|
postgresql: "9.4"
|