Browse Source

Fix creation of the symlink.

pull/459/head
Adam Vessey 11 years ago
parent
commit
79bb3c00f1
  1. 2
      tests/scripts/travis_setup.sh

2
tests/scripts/travis_setup.sh

@ -27,8 +27,8 @@ git clone https://github.com/drush-ops/drush.git
pushd drush
git checkout 5.9.0
chmod +x drush
ln -s $HOME/drush/drush /usr/local/sbin
popd
sudo ln -s $HOME/drush/drush /usr/local/sbin
phpenv rehash
drush dl --yes drupal

Loading…
Cancel
Save