We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e7b2c commit 1bd65f1Copy full SHA for 1bd65f1
.travis.yml
@@ -9,6 +9,7 @@ addons:
9
firefox: "62.0.3"
10
chrome: stable
11
before_install:
12
+ - "sudo service mysql start"
13
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
14
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/create_db_tables.sql"
15
- "mysqladmin -u root password test"
0 commit comments