Making sure that bower exists
This commit is contained in:
parent
6a38eb9f32
commit
c6f7ad2d66
|
@ -13,14 +13,13 @@ env:
|
||||||
global:
|
global:
|
||||||
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
|
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
|
||||||
install:
|
install:
|
||||||
- time make develop dev-postgres
|
- make develop dev-postgres
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'create database lemur;' -U postgres
|
- psql -c 'create database lemur;' -U postgres
|
||||||
|
- npm install -g bower
|
||||||
script:
|
script:
|
||||||
- make lint
|
- make lint
|
||||||
- make test-js
|
|
||||||
- py.test tests
|
- py.test tests
|
||||||
- make test-cli
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue