Skip to content

Commit e9b78d3

Browse files
committed
Removing 'simulate' flag
Hi there, I don't know if it's intended, but the '-s' flag just simulates the purge of the packages. I was having some problems with this trying to install percona. Kind regards, Simon.
1 parent 71cf633 commit e9b78d3

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 @@ before_install:
99
- sudo apt-get update -qq
1010

1111
# Remove MySQL. Completely and totally.
12-
- sudo apt-get remove --purge -s 'mysql*'
12+
- sudo apt-get remove --purge 'mysql*'
1313
- sudo apt-get autoremove
1414
- sudo apt-get autoclean
1515
- sudo rm -rf /var/lib/mysql

0 commit comments

Comments
 (0)