Making sure that bower exists

This commit is contained in:
kevgliss 2015-07-21 08:49:34 -07:00
parent 6a38eb9f32
commit c6f7ad2d66
1 changed files with 2 additions and 3 deletions

View File

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