Skip to content

Commit b897b81

Browse files
committed
Add cat command to show mysql config
1 parent 7318b24 commit b897b81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ env:
88
- TEST_COMMAND=$(echo $TRAVIS_REPO_SLUG | cut -d/ -f 2) # Get command name to be tested
99

1010
before_script:
11-
- ls -al /etc/mysql
12-
- ls -al /etc/mysql/conf.d
11+
- cat /etc/mysql/my.cnf
1312
- sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
1413
- |
1514
# Remove Xdebug for a huge performance increase:

0 commit comments

Comments
 (0)