Browse Source

Fix Travis build: install bower globally (#41)

tags/v13.0.0-beta2
Serhii Kulykov 5 years ago
parent
commit
55b25ae614
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

chrome: latest chrome: latest


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


Loading…
Cancel
Save