We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f5e54 commit aa901a2Copy full SHA for aa901a2
.travis.yml
@@ -1,10 +1,7 @@
1
language: node_js
2
node_js:
3
- - "0.8"
4
- "0.10"
5
- "0.11"
6
-before_install:
7
- - npm install npm --global
8
before_script:
9
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
10
env:
Makefile
@@ -42,7 +42,7 @@ test-missing-native:
42
@echo "***Testing optional native install***"
43
@rm -rf node_modules/pg-native
44
@node test/native/missing-native.js
45
- @npm install pg-native
+ @npm install pg-native@1.4.0
46
47
48
0 commit comments