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 f1b17f9 commit e739cecCopy full SHA for e739cec
.travis.yml
@@ -9,7 +9,7 @@ env:
9
10
before_script:
11
- cat /etc/mysql/my.cnf | grep -i 'bind-address'
12
- - sudo sed 's/^bind-address.*\/bind-address = 0.0.0.0/’ /etc/mysql/my.cnf
+ - sudo sed 's/^bind-address.*\/bind-address = 0.0.0.0/' /etc/mysql/my.cnf
13
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
- |
0 commit comments