You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/06/03 20:38:43 UTC

[2/2] git commit: [#6287] Remove symlink workarounds for PIL from travis-ci.org config file

[#6287] Remove symlink workarounds for PIL from travis-ci.org config file

Signed-off-by: Cory Johns <cj...@slashdotmedia.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/cf25d5e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/cf25d5e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/cf25d5e6

Branch: refs/heads/master
Commit: cf25d5e6d4b58955fa90dbbb89b651e458b5dc68
Parents: c33c65f
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Mon Jun 3 17:31:28 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Jun 3 18:38:36 2013 +0000

----------------------------------------------------------------------
 .travis.yml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/cf25d5e6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5e8a8d4..c335487 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,6 @@ python:
   - "2.7"
 before_install:
   - sudo apt-get install -qq python-svn libjpeg8-dev zlib1g-dev
-  - sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib # pending #6255
-  - sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib # pending #6255
 install: "pip install -r requirements.txt --use-mirrors"
 before_script:
   - ln -s /usr/lib/python2.7/dist-packages/pysvn $VIRTUAL_ENV/lib/python2.7/site-packages/