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 870c9b8 commit f1b17f9Copy full SHA for f1b17f9
.travis.yml
@@ -8,9 +8,9 @@ env:
8
- TEST_COMMAND=$(echo $TRAVIS_REPO_SLUG | cut -d/ -f 2) # Get command name to be tested
9
10
before_script:
11
- - cat /etc/mysql/my.cnf
12
- - sudo sed '/\/bind-address = 127.0.0.1\/i/bind-address = 0.0.0.0/’ /etc/mysql/my.cnf
13
+ - cat /etc/mysql/my.cnf | grep -i 'bind-address'
+ - sudo sed 's/^bind-address.*\/bind-address = 0.0.0.0/’ /etc/mysql/my.cnf
14
- 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
15
- |
16
# Remove Xdebug for a huge performance increase:
0 commit comments