Browse Source

Give full path to bower

JC Brand 12 years ago
parent
commit
b97948733f
1 changed files with 1 additions and 1 deletions
  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