From 44b8d9ed21aef18797d0529dc9028eefd5eca736 Mon Sep 17 00:00:00 2001 From: willtp87 Date: Sat, 3 May 2014 21:30:37 -0400 Subject: [PATCH 1/2] trying rm in sh --- tests/scripts/travis_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index 3991afcd..eca31e1d 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -51,4 +51,5 @@ drush en --yes simpletest drush en --yes potx drush en --user=1 --yes islandora drush cc all +rm /home/travis/.phpenv/rbenv.d/exec/hhvm-switcher.bash sleep 20 From 1c1f3fad6275ffa974f30972b2cb64a488614d2c Mon Sep 17 00:00:00 2001 From: willtp87 Date: Sat, 3 May 2014 22:10:03 -0400 Subject: [PATCH 2/2] telling travis trouble tales --- tests/scripts/travis_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/travis_setup.sh b/tests/scripts/travis_setup.sh index eca31e1d..66061c72 100755 --- a/tests/scripts/travis_setup.sh +++ b/tests/scripts/travis_setup.sh @@ -51,5 +51,6 @@ drush en --yes simpletest drush en --yes potx drush en --user=1 --yes islandora drush cc all +# The shebang in this file is a bogeyman that is haunting the web test cases. rm /home/travis/.phpenv/rbenv.d/exec/hhvm-switcher.bash sleep 20