Sfoglia il codice sorgente

Make sure bower is updated

JC Brand 12 anni fa
parent
commit
032ebad032
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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