From aa901a2c21b820351ed6c08d27a98f511fc95495 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Tue, 18 Nov 2014 16:03:27 -0500 Subject: [PATCH] Fix travis tests --- .travis.yml | 3 --- Makefile | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f810f768..2a588bab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ language: node_js node_js: - - "0.8" - "0.10" - "0.11" -before_install: - - npm install npm --global before_script: - node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres env: diff --git a/Makefile b/Makefile index 827356dc..d9d4bb19 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ test-missing-native: @echo "***Testing optional native install***" @rm -rf node_modules/pg-native @node test/native/missing-native.js - @npm install pg-native + @npm install pg-native@1.4.0 @node test/native/missing-native.js @rm -rf node_modules/pg-native