Browse Source

More Travis testing

Steven Smith 9 years ago
parent
commit
a4c72eec5d
2 changed files with 1 additions and 2 deletions
  1. 1 1
      config/travis_setup.sh
  2. 0 1
      frameworks/Java/gemini/setup.sh

+ 1 - 1
config/travis_setup.sh

@@ -70,7 +70,7 @@ echo "Populating MySQL database"
 #sudo mysqladmin -u root password secret
 #sudo mv /etc/mysql/my.cnf /etc/mysql/my.cnf.orig
 #sudo mv config/my.cnf /etc/mysql/my.cnf
-sudo sed -i s|#max_connections        = 100|max_connections        = 256|g /etc/mysql/my.cnf
+sudo sed -i 's|#max_connections        = 100|max_connections        = 256|g' /etc/mysql/my.cnf
 sudo restart mysql
 #mysql -uroot -psecret < config/create.sql
 

+ 0 - 1
frameworks/Java/gemini/setup.sh

@@ -55,4 +55,3 @@ echo "EmailExceptionHandler.ToEmailAddress = [email protected]" >> $configur
 echo "EmailExceptionHandler.FromEmailAddress = [email protected]" >> $configurationFile
 
 exit 0
-