Skip to content

Commit

Permalink
fix(travisCI): Solved a bug with the travis-CI automated construction.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatossals committed Nov 4, 2015
1 parent c43049e commit f57ac0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
- npm install -g grunt-cli
- npm install -g bower
- bower install --config.interactive=false
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit f57ac0f

Please sign in to comment.