Skip to content

Commit 1bd65f1

Browse files
authored
Update the deploy script
1 parent 83e7b2c commit 1bd65f1

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 @@ addons:
99
firefox: "62.0.3"
1010
chrome: stable
1111
before_install:
12+
- "sudo service mysql start"
1213
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
1314
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/create_db_tables.sql"
1415
- "mysqladmin -u root password test"

0 commit comments

Comments
 (0)