Skip to content

Commit

Permalink
Fix Travis CI build config validation issues (#918)
Browse files Browse the repository at this point in the history
* `sudo` key is deprecated
* `os` key is missing
* `matrix` is an alias for `jobs`
  • Loading branch information
cclauss committed Jul 12, 2020
1 parent 6b79947 commit 4ca4fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,5 @@
os: linux
dist: xenial
sudo: true
language: python

cache:
Expand All @@ -10,7 +10,7 @@ env:
global:
- LC_ALL=en_US.UTF-8

matrix:
jobs:
include:
- language: generic
os: osx
Expand Down

0 comments on commit 4ca4fb9

Please sign in to comment.