]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Specify npm install only in .travis.yml
authorGeoff Kimball <geoff@zurb.com>
Thu, 14 Jan 2016 17:43:48 +0000 (09:43 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 14 Jan 2016 17:43:48 +0000 (09:43 -0800)
.travis.yml

index 2869196789b1aed38be01aa427664752b2343d78..7fe9606fc18812e4d173a35209fc8808b3777d28 100644 (file)
@@ -1,5 +1,5 @@
 language: node_js
 node_js:
   - "0.12"
-before_script:
-  - npm install -g bower
+install:
+  - npm install