From 450c52c0449a98477503f22c23edd862e1c0c7c2 Mon Sep 17 00:00:00 2001 From: Brian C Date: Fri, 13 Jun 2014 13:55:41 -0400 Subject: [PATCH] Update .travis.yml Remove v0.8 support because it no longer ships with a working npm --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e4be29a..98ec2cce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - 0.8 - "0.10" before_script: - node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres