[Pkg-javascript-commits] [ltx] 376/469: Update npm if node version is 0.8

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:28 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 d8b7ac1dac449f57ac1678d57513a513e27f89fb
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Sun Feb 15 19:24:15 2015 +0000

    Update npm if node version is 0.8
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index a2effcf..7758386 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,6 @@ before_install:
   # Workaround for a permissions issue with Travis virtual machine images
   # that breaks Python's multiprocessing:
   # https://github.com/travis-ci/travis-cookbooks/issues/155
+  - version=`node -v`; if [[ $version == "v1"* ]]; then npm i -g npm; fi
   - sudo rm -rf /dev/shm
   - sudo ln -s /run/shm /dev/shm

-- 
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