Explorar el Código

Give full path to bower

JC Brand hace 12 años
padre
commit
b97948733f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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