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