Enable travis

This commit is contained in:
Armin Ronacher 2015-12-19 14:58:24 +01:00
parent b5baa037bf
commit 6587f0c143
2 changed files with 9 additions and 1 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
ilanguage: python
python: 2.7
install: "pip install Lektor"
script: "lektor build && lektor deploy production"
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/lektor

View File

@ -5,7 +5,7 @@ url = https://www.getlektor.com/
[servers.production]
enabled = yes
name = Production
target = rsync://flow.srv.pocoo.org/srv/websites/getlektor.com/static
target = rsync://deploy@flow.srv.pocoo.org/srv/websites/getlektor.com/static
default = yes
[packages]