浏览代码

Give full path to bower

JC Brand 12 年之前
父节点
当前提交
b97948733f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,5 +2,5 @@ language: node_js
 node_js:
  - "0.10.13"
 before_install:
- - "bower update"
+ - "./node_modules/.bin/bower update"
 script: grunt test