Skip to content

Commit

Permalink
Add bower to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreJoaquim committed Oct 26, 2017
1 parent c4da4a0 commit bc6bdaf
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 @@ -36,9 +36,12 @@ matrix:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add bower
- bower --version

install:
- yarn install --no-lockfile --non-interactive
- bower install

script:
# Usually, it's ok to finish the test scenario without reverting
Expand Down

0 comments on commit bc6bdaf

Please sign in to comment.