Removing installing lemur twice

This commit is contained in:
kevgliss 2015-07-23 12:32:13 -07:00
parent e9b810229b
commit d1bb635fec
1 changed files with 1 additions and 2 deletions

View File

@ -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: