Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Removing the removal of external/linux32arm before deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed Feb 23, 2015
1 parent ef13bf9 commit 331b77a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/travis/before_deploy.sh
Expand Up @@ -34,9 +34,6 @@ if [ "${TRAVIS_BRANCH}" = "master" ]; then
echo "sudo pip install wheel"
sudo pip install wheel

# Wheel fails unless we remove this.
sudo rm -rf external/linux32arm

# Build all NuPIC and all required python packages into dist/wheels as .whl
# files.
echo "pip wheel --wheel-dir=dist/wheels ."
Expand Down

0 comments on commit 331b77a

Please sign in to comment.