Skip to content

Commit

Permalink
Fix sed command in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitrakas committed Dec 14, 2018
1 parent f1b17f9 commit 20c69f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

before_script:
- cat /etc/mysql/my.cnf | grep -i 'bind-address'
- sudo sed 's/^bind-address.*\/bind-address = 0.0.0.0/’ /etc/mysql/my.cnf
- sudo sed -i 's/^bind-address.*/bind-address = "0.0.0.0"/' /etc/mysql/my.cnf
- cat /etc/mysql/my.cnf | grep -i 'bind-address'
- 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
- |
Expand Down

0 comments on commit 20c69f2

Please sign in to comment.