lektor-website/.travis.yml

11 lines
227 B
YAML
Raw Normal View History

language: python
2015-12-19 14:58:24 +01:00
python: 2.7
install: "pip install Lektor"
script: "lektor build && lektor deploy production"
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/lektor
addons:
ssh_known_hosts: flow.srv.pocoo.org