From 040ed5f4da5646c281da901ef20abea588cd4aa6 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Mon, 15 Sep 2014 23:48:14 -0400 Subject: [PATCH] Mess with travis config --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8014d60..061e3d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,3 @@ node_js: - "0.11" env: - PGUSER=postgres - - PGDATABASE=travis_ci_test -before_script: - - psql -c 'create database travis_ci_test;' -U postgres