Skip to content

Commit 8216e2c

Browse files
committed
Disable sudo
1 parent 4907475 commit 8216e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
sudo: false
12
language: python
23
python:
34
- 3.7
45
script:
5-
- "python openapi-linter.py openapi.yaml"
6+
- python openapi-linter.py openapi.yaml

0 commit comments

Comments
 (0)