Skip to content

Commit f57ac0f

Browse files
committed
fix(travisCI): Solved a bug with the travis-CI automated construction.
1 parent c43049e commit f57ac0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ before_install:
1111
- npm i -g npm@^2.0.0
1212
before_script:
1313
- npm prune
14+
- npm install -g grunt-cli
15+
- npm install -g bower
16+
- bower install --config.interactive=false
1417
after_success:
1518
- npm run semantic-release
1619
branches:

0 commit comments

Comments
 (0)