You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/10/14 02:05:54 UTC

[2/3] cordova-cli git commit: Updated .travis.yml to clean npm cache

Updated .travis.yml to clean npm cache


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/ce6dcada
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/ce6dcada
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/ce6dcada

Branch: refs/heads/master
Commit: ce6dcada87ecc178093a025495e471aab63427b5
Parents: 0814fe0
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 10 10:08:08 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 10 10:08:08 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/ce6dcada/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ec19675..e2ec2b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,9 @@ node_js:
   - "0.12"
   - "4"
   - "6"
+  
+before_install:
+    - npm cache clean -f
 
 # getting cordova tools dependencies from github
 # to make sure we're using their latest versions


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org