Removing installing lemur twice
This commit is contained in:
parent
e9b810229b
commit
d1bb635fec
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue