Selaa lähdekoodia

Removed now unnecessary steps from travis config.

Till Klocke 8 vuotta sitten
vanhempi
commit
24204b64b4
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

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