Skip to content

Commit 1976399

Browse files
committed
Removed mysql restart from travis (for now).
1 parent 493091e commit 1976399

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
@@ -14,7 +14,7 @@ env:
1414

1515
before_script:
1616
# - mysql -u root -e "UPDATE user SET Password=PASSWORD('hello') WHERE User='root';FLUSH PRIVILEGES;" mysql
17-
- sudo service mysql restart
17+
# - sudo service mysql restart
1818
- scripts/install.sh
1919
- cd /opt/codebender/builder/Symfony
2020
- sudo chmod -R 777 app/cache app/logs

0 commit comments

Comments
 (0)