We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f904a commit 80353b3Copy full SHA for 80353b3
.travis.yml
@@ -13,8 +13,7 @@ addons:
13
before_script:
14
- export DISPLAY=:99.0
15
- sh -e /etc/init.d/xvfb start
16
- - npm install --quiet -g gulp
17
- - bower install
+ - npm install --quiet -g gulp
18
19
script: "gulp test"
20
sudo: false
README.md
@@ -48,7 +48,7 @@ Make sure composer is install globally before we proceed. After that we need to
48
### Prepare your environment
49
* Install [Node.js](http://nodejs.org/) and NPM (should come with)
50
* Install global dev dependencies: `npm install -g bower gulp`
51
-* Install local dev dependencies: `npm install && bower install` in repository directory
+* Install local dev dependencies: `npm install` in repository directory
52
53
### Development Commands
54
0 commit comments