how-to-write-makefile/.travis.yml

23 lines
301 B
YAML
Raw Normal View History

2016-05-28 14:40:23 +08:00
language: python
python:
- "3.5"
sudo: required
dist: trusty
branches:
only:
2016-05-28 14:52:25 +08:00
- master
2016-05-28 14:40:23 +08:00
install:
- pip install -r requirements.txt
- bash ./.texlive-minmal-installer.sh
- source ./srcfile
script:
- make html
- make xelatexpdf
after_success:
bash ./.travis-deploy.sh