Another stab at travis-ci

This commit is contained in:
Timothy Warren 2016-03-14 16:21:14 -04:00
parent 2b80fcfc62
commit aeb665cf44
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ node_js:
- "5" - "5"
- "4" - "4"
before_script: before_install:
- npm install -g gulp codeclimate-test-reporter - npm install -g gulp codeclimate-test-reporter
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres - psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
- psql -c 'create database test;' -U postgres - psql -c 'create database test;' -U postgres