Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Jul 1, 2012
1 parent 780cc0f commit a5705c6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions install-helper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export DEBUG="echo"
export DEBUG=""
export phpConfigFile=`php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

function addOptionToPhpConfig() {
Expand Down Expand Up @@ -48,15 +48,3 @@ function installRedis() {
cd $_pwd
}

installPhpModule igbinary
installPhpModule -y memcache
installPhpModule redis

if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]
then
installPhpModule -y apc
addOptionToPhpConfig "apc.enable_cli=1"
addOptionToPhpConfig "apc.slam_defense=0"
fi


0 comments on commit a5705c6

Please sign in to comment.