docker-android/.travis.yml

16 lines
208 B
YAML
Raw Normal View History

2016-12-22 13:29:57 +00:00
language: python
2016-12-22 13:29:57 +00:00
python:
- "2.7"
2016-12-22 13:29:57 +00:00
install: "pip install -r requirements.txt"
script: bash release.sh test 5.0 x86
2016-12-22 13:29:57 +00:00
branches:
only:
- master
2016-12-22 13:29:57 +00:00
after_success:
- bash <(curl -s https://codecov.io/bash)