8000 The travis docs indicate that "sudo" is deprecated and that you shoul… · PBCOnGit/robotpy-cppheaderparser@1fece2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fece2e

Browse files
committed
The travis docs indicate that "sudo" is deprecated and that you shouldn't have both "matrix" and "jobs"
1 parent da87e4f commit 1fece2e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: python
2-
sudo: required
32
dist: xenial
43

54
python:
@@ -8,18 +7,16 @@ python:
87
- "3.5"
98
- "2.7"
109

11-
matrix:
12-
fast_finish: true
1310

1411
jobs:
1512
include:
1613
- stage: format-check
17-
python:
18-
- "3.6"
14+
python: "3.6"
1915
install:
2016
- pip install black
2117
script:
2218
- black --check --diff .
19+
fast_finish: true
2320

2421
# command to install dependencies
2522
install:

0 commit comments

Comments
 (0)
0