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:
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
install:
- time make develop dev-postgres
- make develop dev-postgres
before_script:
- psql -c 'create database lemur;' -U postgres
- npm install -g bower
script:
- make lint
- make test-js
- py.test tests
- make test-cli
notifications:
email: