Browse Source

Fix Travis build: install bower globally (#204)

* Fix Travis build: install bower globally
tags/v12.0.0-beta2
Serhii Kulykov 5 years ago
parent
commit
65c543df46
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -12,6 +12,6 @@ addons:
chrome: latest

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


Loading…
Cancel
Save