Skip to content

Commit

Permalink
Fix Travis build: install bower globally (#204)
Browse files Browse the repository at this point in the history
* Fix Travis build: install bower globally
  • Loading branch information
web-padawan authored Nov 8, 2018
1 parent 4970a94 commit 65c543d
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 @@ -12,6 +12,6 @@ addons:
chrome: latest

install:
- npm install -g bower
- npm install
- bower install

0 comments on commit 65c543d

Please sign in to comment.