Skip to content

Commit 80353b3

Browse files
author
user378230
committed
chore(ci) remove bower dev references
Following merge of angular-ui#945 bower is not longer required for development, this commit removes it from travis build and dev setup docs.
1 parent d2f904a commit 80353b3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ addons:
1313
before_script:
1414
- export DISPLAY=:99.0
1515
- sh -e /etc/init.d/xvfb start
16-
- npm install --quiet -g gulp
17-
- bower install
16+
- npm install --quiet -g gulp
1817

1918
script: "gulp test"
2019
sudo: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Make sure composer is install globally before we proceed. After that we need to
4848
### Prepare your environment
4949
* Install [Node.js](http://nodejs.org/) and NPM (should come with)
5050
* Install global dev dependencies: `npm install -g bower gulp`
51-
* Install local dev dependencies: `npm install && bower install` in repository directory
51+
* Install local dev dependencies: `npm install` in repository directory
5252

5353
### Development Commands
5454

0 commit comments

Comments
 (0)