From 79bb3c00f169caf4c866f50fcd2eb887c6a72919 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Thu, 13 Feb 2014 14:35:06 +0000 Subject: [PATCH] Fix creation of the symlink. --- tests/scripts/travis_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index 5ffc814e..c1bd7751 100755 --- a/tests/scripts/travis_setup.sh +++ b/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