Skip to content

Commit cbb0b63

Browse files
committed
Remove bower from Travis config
1 parent 8b9d1a2 commit cbb0b63

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ sudo: false
88
cache:
99
directories:
1010
- $HOME/.npm
11-
- $HOME/.cache # includes bowers cache
1211

1312
env:
1413
# we recommend testing LTS's and latest stable release (bonus points to beta/canary)
@@ -26,13 +25,11 @@ matrix:
2625

2726
before_install:
2827
- npm config set spin false
29-
- npm install -g bower phantomjs-prebuilt
30-
- bower --version
28+
- npm install -g phantomjs-prebuilt
3129
- phantomjs --version
3230

3331
install:
3432
- npm install
35-
- bower install
3633

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

0 commit comments

Comments
 (0)