Skip to content

Commit

Permalink
Issue #66: fix pharo travis download issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Mar 6, 2015
1 parent 7296a71 commit 95a3064
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions bin/installPharo
Expand Up @@ -46,10 +46,5 @@ fi
# Download Pharo

cd $GS_HOME/pharo
if [ "${GS_TRAVIS}x" = "x" ] ; then
wget -O- get.pharo.org/vmLatest | bash
else
# running on travis server
wget -O- get.pharo.org/travis+vmLatest | bash
fi
wget -O- get.pharo.org/stable | bash
wget -O- get.pharo.org/vmLatest | bash
wget -O- get.pharo.org/30 | bash

0 comments on commit 95a3064

Please sign in to comment.