diff options
author | Serhii Kulykov <iamkulykov@gmail.com> | 2019-12-17 11:31:58 +0200 |
---|---|---|
committer | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-12-17 11:31:58 +0200 |
commit | 51964b5dfdec6803884759d2e70b8c69cc86648a (patch) | |
tree | 216a58685f3db45da4d47b4de164c26ebb0293b0 /.travis.yml | |
parent | f0fb765e902d0886d32dc3824fe33edba2ba3384 (diff) | |
download | vaadin-core-51964b5dfdec6803884759d2e70b8c69cc86648a.tar.gz vaadin-core-51964b5dfdec6803884759d2e70b8c69cc86648a.zip |
Remove bower from 15.x completely (#231)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ba66927..00c4bd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,4 @@ addons: chrome: latest install: - - npm install -g bower - npm install - - bower install |