lektor-website/.travis.yml

9 lines
182 B
YAML
Raw Normal View History

2015-12-19 14:58:24 +01:00
ilanguage: python
python: 2.7
install: "pip install Lektor"
script: "lektor build && lektor deploy production"
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/lektor