Switch to git version of Lektor
This commit is contained in:
parent
567e4047c5
commit
98e6b53cc0
|
@ -1,6 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
python: 2.7
|
python: 2.7
|
||||||
install: "pip install Lektor"
|
install: "pip install git+https://github.com/lektor/lektor#egg=Lektor"
|
||||||
script: "lektor build && lektor deploy production"
|
script: "lektor build && lektor deploy production"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in New Issue