Skip to content

Commit 46a6353

Browse files
committed
Merge pull request brianc#765 from vitaly-t/patch-2
Updated Test Environments
2 parents c4ae79d + 8d14251 commit 46a6353

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)