Skip to content

Commit d389df9

Browse files
committed
Update the deploy script
1 parent 9c94352 commit d389df9

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
@@ -26,7 +26,7 @@ before_script:
2626
script:
2727
- "pytest examples/my_first_test.py --browser=chrome -s --headless"
2828
- "nosetests examples/boilerplates/boilerplate_test.py --headless"
29-
- "pytest examples/my_first_test.py --browser=firefox -s --headless"
29+
- "pytest examples/my_first_test.py --browser=firefox -s --headless --with-db_reporting"
3030
- "pytest examples/github_test.py --browser=chrome -s --headless --with-db_reporting"
3131
- "sudo mysql --password=test -e 'select test_address,browser,state,start_time,runtime from test_db.test_run_data'"
3232
after_script:

0 commit comments

Comments
 (0)