Skip to content

Commit fd923ca

Browse files
committed
dont install bower on travis
1 parent 835e2bd commit fd923ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ node_js:
55
- "0.10"
66
- "0.11"
77
before_install:
8-
- npm config set engines-strict true
9-
- npm install grunt-cli bower -g
8+
- npm install grunt-cli -g

0 commit comments

Comments
 (0)