Skip to content

Commit ac0cd61

Browse files
committed
Update the deploy script
1 parent 224db6d commit ac0cd61

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: python
22
sudo: false
3-
python:
4-
- "2.7"
5-
- "3.7"
3+
matrix:
4+
include:
5+
- python: 2.7
6+
- python: 3.7
7+
dist: xenial
8+
sudo: true
69
addons:
710
firefox: "62.0.3"
811
chrome: stable

0 commit comments

Comments
 (0)