SDL_GameControllerDB/.travis.yml

8 lines
181 B
YAML
Raw Normal View History

language: python
2017-11-23 14:10:28 -03:00
python: 2.7
script: ./check.py gamecontrollerdb_204.txt && ./check.py gamecontrollerdb_205.txt
2017-10-07 12:26:30 -04:00
notifications:
email:
on_success: never
2017-11-23 14:10:28 -03:00
on_failure: always