Skip to content

Commit 0861ed0

Browse files
committed
Add a comment about changing MySQL passwords in the deploy script
1 parent 2625390 commit 0861ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ before_install:
99
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
1010
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/testcaserepository.sql"
1111
- "mysqladmin -u root password test"
12+
# - "mysqladmin -u root -p'old_password' password new_password"
1213
- "sudo service mysql restart"
1314
install:
1415
- "pip install --upgrade pip"

0 commit comments

Comments
 (0)