[Pkg-javascript-commits] [node-expat] 225/371: Attempt to fix OS error in travis
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit bfae244f3726d213932bd15cf44a730504685e12
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date: Sun Dec 8 13:46:21 2013 +0000
Attempt to fix OS error in travis
---
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 72ddf0a..bee7d4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,9 @@ node_js:
- 0.9
- "0.10"
- "0.11"
+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
+ 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/node-expat.git
More information about the Pkg-javascript-commits
mailing list