diff --git a/.travis.yml b/.travis.yml index 02ee8aff6..b3b56f1bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: before_script: - cp .env_dev .env - npm install -g bower - - psql -c 'create database capomastro;' -U postgres + - psql -c 'create database sapl;' -U postgres - sed -i -e 's/getpass.getuser()/"postgres"/g' settings.py - python manage.py syncdb –migrate –noinput