lektor-website/.travis.yml

20 lines
494 B
YAML
Raw Normal View History

language: python
2015-12-19 14:58:24 +01:00
python: 2.7
2015-12-20 11:07:16 +01:00
install:
- "pip install -U pip"
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"
2015-12-22 13:34:07 +01:00
script:
- "lektor build"
2015-12-25 13:42:00 +01:00
- "test \"$TRAVIS_PULL_REQUEST\" == \"false\" && test \"$TRAVIS_BRANCH\" == \"master\" && lektor deploy production"
2015-12-19 14:58:24 +01:00
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
2015-12-23 22:57:41 +01:00
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/f0c538cdfc9883f81e34