Skip to content

Commit aa72d9b

Browse files
committed
Merge pull request #17 from brianc/more-travis-versions
Add more versions of node to the travis matrix
2 parents df8acf0 + 9aca077 commit aa72d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- "0.10"
4-
- "0.11"
4+
- "0.12"
5+
- "4.2"
56
env:
67
- PGUSER=postgres PGDATABASE=postgres

0 commit comments

Comments
 (0)