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