Skip to content

Commit

Permalink
fixup! Update script to fix composer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Mar 24, 2024
1 parent fdd2b3c commit 8ad11e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ before_script:
sudo mkdir -p /var/run/mysqld
sudo chmod 777 /var/run/mysqld
#sudo mysqld_safe --skip-grant-tables --socket=/tmp/aaa
sudo mysqld_safe --port=3306 --skip-grant-tables --socket=/tmp/aaa &
#sudo mysqld_safe --port=3306 --skip-grant-tables --socket=/tmp/aaa &
sudo mysqld_safe --port=3306 --skip-grant-tables &
sleep 3
echo "MySQL LOG -- START" ; sudo cat /var/log/mysql/*.log ; echo "MySQL LOG -- END"
sudo netstat -a -p
Expand Down

0 comments on commit 8ad11e2

Please sign in to comment.