We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7318b24 commit b897b81Copy full SHA for b897b81
.travis.yml
@@ -8,8 +8,7 @@ env:
8
- TEST_COMMAND=$(echo $TRAVIS_REPO_SLUG | cut -d/ -f 2) # Get command name to be tested
9
10
before_script:
11
- - ls -al /etc/mysql
12
- - ls -al /etc/mysql/conf.d
+ - cat /etc/mysql/my.cnf
13
- 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
14
- |
15
# Remove Xdebug for a huge performance increase:
0 commit comments