Skip to content

Commit

Permalink
Use a current version of bower again
Browse files Browse the repository at this point in the history
We need a newer version of bower so that it can find its own repository.
  • Loading branch information
ankon committed Nov 21, 2018
1 parent 31c628a commit fafd64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild && node -e 'console.log(process.version)' > node_modules/.last-node-version; fi"
before_script:
- npm install web-component-tester bower@1.7.9 polylint
- npm install web-component-tester bower polylint
- $(npm bin)/bower install
- $(npm bin)/polylint --no-recursion
script:
Expand Down

0 comments on commit fafd64b

Please sign in to comment.