Removing installing lemur twice
This commit is contained in:
parent
e9b810229b
commit
d1bb635fec
|
@ -13,13 +13,12 @@ env:
|
||||||
global:
|
global:
|
||||||
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
|
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
|
||||||
install:
|
install:
|
||||||
- make develop dev-postgres
|
- make dev-postgres
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c "create database lemur;" -U postgres
|
- psql -c "create database lemur;" -U postgres
|
||||||
- psql -c "create user lemur with password 'lemur;'" -U postgres
|
- psql -c "create user lemur with password 'lemur;'" -U postgres
|
||||||
- npm install -g bower
|
- npm install -g bower
|
||||||
script:
|
script:
|
||||||
- make lint
|
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue