Skip to content

Commit 2625390

Browse files
committed
Update the MySQL deploy script
1 parent 0168de4 commit 2625390

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
@@ -27,7 +27,7 @@ script:
2727
- "nosetests examples/boilerplates/boilerplate_test.py --headless"
2828
- "pytest examples/my_first_test.py --browser=firefox -s --headless"
2929
- "pytest examples/github_test.py --browser=chrome -s --headless --with-db_reporting"
30-
- "sudo mysql --password=test -e 'select testcaseAddress from test_db.testcaseRunData'"
30+
- "sudo mysql --password=test -e 'select testcaseAddress,browser,state,runtime from test_db.testcaseRunData'"
3131
after_script:
3232
- "sudo mysql -e 'DROP DATABASE test_db;'"
3333
notifications:

0 commit comments

Comments
 (0)