2013-06-20 20:29:09 +04:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2013-06-20 20:32:11 +04:00
|
|
|
install: sudo apt-get install -y python-virtualenv g++ ffmpeg && ./bootstrap.sh
|
2013-06-20 20:29:09 +04:00
|
|
|
script: python bin/list-tests.py
|
|
|
|
notifications:
|
|
|
|
# irc notifications not working with irc.mozilla.org, see: https://github.com/travis-ci/travis-ci/issues/436
|
|
|
|
# (leaving it configured in case this is fixed at some point)
|
|
|
|
irc:
|
|
|
|
- "irc.mozilla.org#ateam"
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- wlachance@mozilla.com
|