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 db38eab commit 83e7b2cCopy full SHA for 83e7b2c
.travis.yml
@@ -1,13 +1,13 @@
1
language: python
2
sudo: false
3
-dist: trusty
+dist: xenial
4
matrix:
5
include:
6
- python: 2.7
7
- python: 3.6
8
addons:
9
firefox: "62.0.3"
10
- chrome: beta
+ chrome: stable
11
before_install:
12
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
13
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/create_db_tables.sql"
0 commit comments