lektor-website/.travis.yml

11 lines
275 B
YAML
Raw Normal View History

language: python
2015-12-19 14:58:24 +01:00
python: 2.7
2015-12-19 15:41:08 +01:00
install: "pip install git+https://github.com/lektor/lektor#egg=Lektor"
2015-12-19 14:58:24 +01:00
script: "lektor build && lektor deploy production"
cache:
directories:
- $HOME/.cache/pip
2015-12-19 19:08:35 +01:00
- $HOME/.cache/lektor/builds
addons:
ssh_known_hosts: flow.srv.pocoo.org