[Pkg-javascript-commits] [ltx] 355/469: Install a version of npm that everyone will be happy with

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit 22e5bf90d612b0d1d9b1c1004ea992ffa1ffc465
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Tue Oct 21 08:59:18 2014 +0100

    Install a version of npm that everyone will be happy with
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0838a98..a4df96f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ node_js:
   - "0.10"
   - "0.11"
 before_install:
-  - npm i -g npm
+  - npm install -g npm@~1.4.6
   - "sudo apt-get install libicu-dev"
   # Workaround for a permissions issue with Travis virtual machine images
   # that breaks Python's multiprocessing:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list