Skip to content

Commit 710c52c

Browse files
committed
Test connecting through TCP.
1 parent 6dd24c2 commit 710c52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ script:
4242

4343
# Check to make sure we can connect to MySQL.
4444
- >
45-
mysql -u root -proot -e 'show databases;'
45+
mysql -u root -proot -h 127.0.0.1 -e 'show databases;'
4646
| grep -q 'performance_schema'
4747
&& (echo 'MySQL running normally' && exit 0)
4848
|| (echo 'MySQL not running' && exit 1)

0 commit comments

Comments
 (0)