how-to-write-makefile/.travis.yml
Dongdong Tian 29c37fb53e fix travis
2016-05-28 14:52:25 +08:00

23 lines
301 B
YAML

language: python
python:
- "3.5"
sudo: required
dist: trusty
branches:
only:
- master
install:
- pip install -r requirements.txt
- bash ./.texlive-minmal-installer.sh
- source ./srcfile
script:
- make html
- make xelatexpdf
after_success:
bash ./.travis-deploy.sh