SDL_GameControllerDB/.travis.yml

8 lines
246 B
YAML
Raw Normal View History

language: python
2017-11-23 14:10:28 -03:00
python: 2.7
2017-12-17 16:28:55 -05:00
script: ./check.py older_releases/gamecontrollerdb_204.txt && ./check.py older_releases/gamecontrollerdb_205.txt && ./check.py gamecontrollerdb.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