Skip to content

Commit e739cec

Browse files
committed
Fix sed command in travis ci
1 parent f1b17f9 commit e739cec

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
@@ -9,7 +9,7 @@ env:
99

1010
before_script:
1111
- 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
12+
- sudo sed 's/^bind-address.*\/bind-address = 0.0.0.0/' /etc/mysql/my.cnf
1313
- cat /etc/mysql/my.cnf | grep -i 'bind-address'
1414
- 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
1515
- |

0 commit comments

Comments
 (0)