We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4ae79d + 8d14251 commit 46a6353Copy full SHA for 46a6353
.travis.yml
@@ -1,7 +1,8 @@
1
language: node_js
2
node_js:
3
- "0.10"
4
- - "0.11"
+ - "0.12"
5
+ - "iojs"
6
before_script:
7
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
8
env:
0 commit comments