]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
In .travis.yml, run npm install -g bower before npm install, because core-js/typeahea...
authorGeoff Kimball <geoff@zurb.com>
Thu, 14 Jan 2016 17:55:33 +0000 (09:55 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 14 Jan 2016 17:55:33 +0000 (09:55 -0800)
.travis.yml

index 7fe9606fc18812e4d173a35209fc8808b3777d28..33695840a20f333e45566b045c8a48898750e01f 100644 (file)
@@ -2,4 +2,5 @@ language: node_js
 node_js:
   - "0.12"
 install:
+  - npm install -g bower
   - npm install