Skip to content

Commit b3881e6

Browse files
committed
Update travis deploy script
1 parent e29d533 commit b3881e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55
- "3.6"
66
addons:
7-
firefox: latest
7+
firefox: stable
88
chrome: stable
99
before_install:
1010
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
@@ -34,7 +34,7 @@ script:
3434
- "pytest examples/my_first_test.py --browser=chrome -s --headless --with-db_reporting --demo_mode --demo_sleep=0.2"
3535
- "pytest examples/tour_examples/google_tour.py -s --headless --with-db_reporting"
3636
- "sudo mysql --password=test -e 'select test_address,browser,state,start_time,runtime from test_db.test_run_data'"
37-
after_script:
38-
- "sudo mysql -e 'DROP DATABASE test_db;'"
37+
#after_script:
38+
# - "sudo mysql -e 'DROP DATABASE test_db;'"
3939
notifications:
4040
email: false

0 commit comments

Comments
 (0)