Browse Source

Make sure bower is updated

JC Brand 12 years ago
parent
commit
032ebad032
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -1,4 +1,6 @@
 language: node_js
 node_js:
  - "0.10.13"
+before_install:
+ - "bower update"
 script: grunt test