File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ addons:
13
13
before_script :
14
14
- export DISPLAY=:99.0
15
15
- sh -e /etc/init.d/xvfb start
16
- - npm install --quiet -g gulp
17
- - bower install
16
+ - npm install --quiet -g gulp
18
17
19
18
script : " gulp test"
20
19
sudo : false
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Make sure composer is install globally before we proceed. After that we need to
48
48
### Prepare your environment
49
49
* Install [ Node.js] ( http://nodejs.org/ ) and NPM (should come with)
50
50
* 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
52
52
53
53
### Development Commands
54
54
You can’t perform that action at this time.
0 commit comments