Skip to content

Commit

Permalink
Answer bower's question
Browse files Browse the repository at this point in the history
Until bower/bower#1102 is fixed
  • Loading branch information
Reto Aebersold committed Feb 13, 2014
1 parent 896e5c7 commit 9bf3877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- gem uninstall -aIx sass --version 3.3.0.rc.3
- gem install sass --version 3.2.13
- npm install -g grunt-cli git://github.com/neoziro/bower.git#v1.2.8-patched
- cd client && npm install && bower install && cd ..
- cd client && npm install && yes no | bower install && cd ..
before_script:
- psql -c 'create database braindump;' -U postgres
- python manage.py syncdb --noinput
Expand Down

0 comments on commit 9bf3877

Please sign in to comment.