Skip to content

Commit

Permalink
FIX?: Remove shm lines
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 13, 2014
1 parent 369b983 commit 0efd20a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ before_install:
- ./miniconda.sh -b &> /dev/null;
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes --quiet conda &> /dev/null;
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm

install:
- conda create -n testenv --yes pip python=$PYTHON &> /dev/null
Expand Down

0 comments on commit 0efd20a

Please sign in to comment.