[Pkg-javascript-commits] [ltx] 377/469: Fix version reference

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 3ef3a6793fc0f30bfef0ca0a926b26e858adb207
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Sun Feb 15 19:26:53 2015 +0000

    Fix version reference
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7758386..23e851f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +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
+  - version=`node -v`; if [[ $version == *"0.8."* ]]; 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