Commit Graph

30 Commits

Author SHA1 Message Date
Raul Marin
c1db461995 Use bionic for PG12 2019-12-26 16:08:47 +01:00
Raul Marin
0bc7d793f8 Test PG 12 and node 12 2019-12-26 15:50:47 +01:00
Daniel García Aubert
484567d0bf Support Node.js 10 in CI 2018-11-02 17:17:34 +01:00
Raul Marin
bc0fe87942 Adapt travis matrix 2018-05-23 19:34:18 +02:00
Charmander
27bee1d0bc Fix CI (#1179)
* Use container-based CI

* Remove unnecessary CI configuration

* Use Node 6/PostgreSQL 9.6 as default test

… rather than testing 0.10 twice with unspecified PostgreSQL.

* Use `precise` for PostgreSQL 9.1

According to https://docs.travis-ci.com/user/database-setup/, 9.1 isn’t supported on trusty.

* Fix Node 0.10 and 0.12 CI builds

These binaries appear to have been built using g++ with flags that clang doesn’t support. Or something.
2016-12-10 17:16:51 -06:00
Vitaly Tomilov
ec941c45c1 Upgrading tests to PostgreSQL 9.5 (#1114)
Setting PostgreSQL 9.5 as the main version to test against.

NOTE: The following settings are required for 9.5 to work:
```
sudo: required
dist: trusty
```
2016-08-22 22:35:41 -05:00
Brian C
5d3b506c70 Change test matrix in .travis.yml (#1002)
* Change test matrix in .travis.yml

Add tests for node @ v6. Remove node & postgres test permutations for older versions of node.

* Remove sub-versions

* Remove minor version from node 4
2016-04-27 14:30:00 -05:00
brianc
1020a7175f Add clang flags to travis environment
Trying to fix the building on travis...
2015-10-07 11:11:53 -05:00
jongleberry
7a614ac311 travis: fix node@4 compile errors 2015-09-20 21:00:57 -07:00
brianc
514008f4f3 Update version of node used in travis 2015-09-20 08:39:07 -05:00
Sehrope Sarkuni
8ce6811f40 Bump iojs version in Travis matrix to iojs-v2 2015-08-02 11:03:53 -04:00
Sehrope Sarkuni
e98ef2f784 Disable sudo in .travis.yml
This enables container based builds on Travis which should speed
up automated testing.
2015-08-02 11:03:53 -04:00
Sehrope Sarkuni
7a09283fe7 Remove node v0.11 from Travis matrix 2015-08-02 11:03:53 -04:00
Sehrope Sarkuni
180f5f7d84 Add node/PostgreSQL matrix to .travis.yml
Add a matrix configuration to .travis.yml to test permutations of node and PostgreSQL.
Node versions tested against are v0.10, v0.11, v0.12 and io.js v1.
PostgreSQL versions tested against are 9.1, 9.2, 9.3, and 9.4.
2015-08-02 11:03:53 -04:00
Vitaly Tomilov
8d142513cc Updated Test Environments
* Replaced NodeJS 0.11 with 0.12, because people only care about 0.10 and 0.12 today;
* Added test support for the most recent stable version of IO.js
2015-04-15 23:01:33 +01:00
Brian M. Carlson
aa901a2c21 Fix travis tests 2014-11-18 16:03:27 -05:00
Brian M. Carlson
40c50e743e Update .travis.yml 2014-11-18 15:01:07 -05:00
Brian M. Carlson
fb2db0874d Merge with origin/master 2014-11-18 14:59:38 -05:00
Brian M. Carlson
06b0392a57 Update travis config 2014-11-18 11:51:40 -05:00
Brian M. Carlson
c21dcfbf12 Fix travis environment 2014-11-11 09:42:46 -05:00
Brian C
7d05eb7368 Update .travis.yml
Don't install a particular version of npm
2014-09-02 16:58:52 -04:00
Brian C
8592be7176 Merge pull request #604 from markyen/socket-port
Include port as a connection parameter for socket connections
2014-07-06 19:24:09 -04:00
Mark Yen
bf26569445 Fixes travis build for 0.8 2014-07-06 11:54:23 -07:00
Brian C
450c52c044 Update .travis.yml
Remove v0.8 support because it no longer ships with a working npm
2014-06-13 13:55:41 -04:00
Pegase745
0ccdee4b93 Travis Nodejs 0.10 build error correction
Putting it between double quotes permits Travis to not see it as Node 0.1 but 0.10
2013-04-17 14:15:02 +03:00
brianc
463884adc2 change versions of node tested with travis-ci 2013-03-14 08:37:58 -05:00
brianc
6879453d83 add v0.9.x to travis 2013-03-07 08:27:53 -06:00
brianc
23bfcc52f4 dont create postgres database 2012-07-11 23:06:45 -05:00
brianc
822e48d41e no dash in database name 2012-07-11 23:05:39 -05:00
brianc
57a2176d48 initial crack at travis-ci 2012-07-11 23:01:54 -05:00