Fixed incorrect language setting in travis
This commit is contained in:
parent
6587f0c143
commit
e2288de8e0
|
@ -1,4 +1,4 @@
|
||||||
ilanguage: python
|
language: python
|
||||||
python: 2.7
|
python: 2.7
|
||||||
install: "pip install Lektor"
|
install: "pip install Lektor"
|
||||||
script: "lektor build && lektor deploy production"
|
script: "lektor build && lektor deploy production"
|
||||||
|
|
Loading…
Reference in New Issue