Skip to content

Commit aa901a2

Browse files
committed
Fix travis tests
1 parent f4f5e54 commit aa901a2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: node_js
22
node_js:
3-
- "0.8"
43
- "0.10"
54
- "0.11"
6-
before_install:
7-
- npm install npm --global
85
before_script:
96
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
107
env:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test-missing-native:
4242
@echo "***Testing optional native install***"
4343
@rm -rf node_modules/pg-native
4444
@node test/native/missing-native.js
45-
@npm install pg-native
45+
@npm install pg-native@1.4.0
4646
@node test/native/missing-native.js
4747
@rm -rf node_modules/pg-native
4848

0 commit comments

Comments
 (0)