зеркало из https://github.com/mozilla/gecko-dev.git
28 строки
732 B
YAML
28 строки
732 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
|
|
install:
|
|
- pip install -r requirements.txt
|
|
|
|
script:
|
|
- tox
|
|
|
|
after_script:
|
|
- tox -e coveralls
|
|
|
|
# currently cannot customise per user fork, see:
|
|
# https://github.com/travis-ci/travis-ci/issues/1094
|
|
# please comment out this section in your personal fork!
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.mozilla.org#taskcluster-bots"
|
|
on_success: always
|
|
on_failure: always
|
|
template:
|
|
- "\x02%{repository}\x0314#%{build_number}\x03\x02 (%{branch} - %{commit} : %{author}): \x02\x0312%{message}\x02\x03"
|
|
- "\x02Change view\x02 : \x0314%{compare_url}\x03"
|
|
- "\x02Build details\x02 : \x0314%{build_url}\x03"
|
|
- "\x02Commit message\x02 : \x0314%{commit_message}\x03"
|