Removed now unnecessary steps from travis config.

This commit is contained in:
Till Klocke 2015-08-06 18:43:16 +02:00 committed by Nils Schneider
parent fdf8188e3e
commit 24204b64b4

View file

@ -2,9 +2,7 @@ language: node_js
before_install: before_install:
- gem install sass - gem install sass
- npm install -g grunt-cli - npm install -g grunt-cli
- npm install -g bower
install: install:
- npm install - npm install
- bower install
- cp config.js.example config.js - cp config.js.example config.js
script: grunt script: grunt