Fixed incorrect language setting in travis

This commit is contained in:
Armin Ronacher 2015-12-19 15:01:19 +01:00
parent 6587f0c143
commit e2288de8e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ilanguage: python
language: python
python: 2.7
install: "pip install Lektor"
script: "lektor build && lektor deploy production"