dinobuildr/.travis.yml

13 строки
288 B
YAML

matrix:
include:
- language: shell
script:
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
include:
- language: python
python: 2.7
script:
- pip install flake8
- flake8 --max-line-length 100 .