Fix warnings with Travis config

> Build config validation
> root: deprecated key sudo (The key `sudo` has no effect anymore.)
> jobs.include.node_js: unexpected sequence, using the first value (10.7)
> root: missing os, using the default linux
> root: key matrix is an alias for jobs, using jobs
This commit is contained in:
Daniel Hahler
2020-03-09 13:13:39 +01:00
parent f50144a40b
commit d28b3a2ffe

View File

@@ -1,6 +1,6 @@
language: python
sudo: false
os: linux
dist: xenial
language: python
cache: pip
env:
@@ -9,7 +9,7 @@ env:
- SKIP_LATEX_BUILD=1
- IS_PYTHON=true
matrix:
jobs:
include:
- python: '3.5'
env:
@@ -37,8 +37,7 @@ matrix:
env: TOXENV=flake8
- language: node_js
node_js:
- 10.7
node_js: '10.7'
env: IS_PYTHON=false
services: xvfb