mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
15 lines
326 B
YAML
15 lines
326 B
YAML
sudo: false # cause Travis to start builds much faster
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
before_install:
|
|
- git submodule update --init --recursive
|
|
# command to run tests, e.g. python setup.py test
|
|
script:
|
|
- ./lint
|
|
- ./manifest
|
|
- ./diff-manifest.py
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: always
|