7 lines
246 B
YAML
7 lines
246 B
YAML
language: python
|
|
python: 2.7
|
|
script: ./check.py older_releases/gamecontrollerdb_204.txt && ./check.py older_releases/gamecontrollerdb_205.txt && ./check.py gamecontrollerdb.txt
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: always
|