Browse Source

I think I found the reason for travis' complaining.

JC Brand 12 năm trước cách đây
mục cha
commit
476fae13eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,5 +2,5 @@ language: node_js
 node_js:
  - "0.10"
 before_script:
- - "./node_modules/.bin/bower update"
+ - "./node_modules/.bin/grunt fetch"
 script: grunt test