From e08f71252ca245cd48ce504da3703ae7da3cc5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Terr=C3=B3n?= Date: Wed, 10 Jun 2015 11:30:10 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20libplplotd.so.9=20symlink=20creation?= =?UTF-8?q?=20=E2=80=94=20SCAMP=20is=20no=20longer=20used?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d990a31..23b6c1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,6 @@ before_install: - sudo rm -rf /dev/shm - sudo ln -Tsf /{run,dev}/shm - # SCAMP requires libplplotd.so.9, but Ubuntu 12.04 installs libplplotd.so.11 - - sudo ln -s /usr/lib/libplplotd.so.{11,9} - # 'travis_wait': avoid timeout during SciPy installation - travis_wait sudo ./ci/travis-setup.sh - python ./setup.py