From aeb665cf44b447fca9ce02c976b6ecbd6e79eb2b Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 14 Mar 2016 16:21:14 -0400 Subject: [PATCH] Another stab at travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db7defe..d0c674a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ node_js: - "5" - "4" -before_script: +before_install: - npm install -g gulp codeclimate-test-reporter - psql -c 'DROP DATABASE IF EXISTS test;' -U postgres - psql -c 'create database test;' -U postgres