Skip to content

Commit 4ca4fb9

Browse files
authored
Fix Travis CI build config validation issues (#918)
* `sudo` key is deprecated * `os` key is missing * `matrix` is an alias for `jobs`
1 parent 6b79947 commit 4ca4fb9

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,5 +1,5 @@
1+
os: linux
12
dist: xenial
2-
sudo: true
33
language: python
44

55
cache:
@@ -10,7 +10,7 @@ env:
1010
global:
1111
- LC_ALL=en_US.UTF-8
1212

13-
matrix:
13+
jobs:
1414
include:
1515
- language: generic
1616
os: osx

0 commit comments

Comments
 (0)