Skip to content

Commit 83e7b2c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: python
22
sudo: false
3-
dist: trusty
3+
dist: xenial
44
matrix:
55
include:
66
- python: 2.7
77
- python: 3.6
88
addons:
99
firefox: "62.0.3"
10-
chrome: beta
10+
chrome: stable
1111
before_install:
1212
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
1313
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/create_db_tables.sql"

0 commit comments

Comments
 (0)