linkchecker/doc/dot-travis-osx.yml
2016-01-23 13:28:15 +01:00

23 lines
459 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 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