diff --git a/.travis.yml b/.travis.yml index bac7281f..d4d11eaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,13 +13,12 @@ env: global: - PIP_DOWNLOAD_CACHE=".pip_download_cache" install: - - make develop dev-postgres + - make dev-postgres before_script: - psql -c "create database lemur;" -U postgres - psql -c "create user lemur with password 'lemur;'" -U postgres - npm install -g bower script: - - make lint - make test notifications: