7 lines
No EOL
137 B
YAML
7 lines
No EOL
137 B
YAML
language: python
|
|
python: 3.5
|
|
script: ./check.py gamecontrollerdb.txt
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: always |