linkchecker/doc/dot-travis-osx.yml
Bastian Kleineidam 70ee385c43 Back to unix ci
2013-12-05 21:00:51 +01:00

24 lines
481 B
YAML

language:
- objective-c
- python
python:
- "2.7"
# whitelist of git branches to build
branches:
only:
- travis
# install required programs
before_install:
- brew update
- brew install python
- brew install pyqt
- brew install gettext
- brew link --force gettext
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors
# command to run tests
script: make app
# do not send emails of broken builds
notifications:
email: false