Skip to content

Commit 8d14251

Browse files
committed
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
1 parent c4ae79d commit 8d14251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
33
- "0.10"
4-
- "0.11"
4+
- "0.12"
5+
- "iojs"
56
before_script:
67
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
78
env:

0 commit comments

Comments
 (0)