Revert modifications to .travis.yml
This commit is contained in:
parent
19d0c00b09
commit
3ab41a3150
|
@ -14,9 +14,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
os: linux
|
||||
dist: focal
|
||||
language: shell
|
||||
language: minimal
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
|
@ -24,10 +22,6 @@ git:
|
|||
|
||||
install:
|
||||
- git describe
|
||||
- python3 -m pip install flake8
|
||||
|
||||
before_script:
|
||||
- make lint-python
|
||||
- make env
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue