From e2288de8e0982f06894d04d2095b566254298919 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 19 Dec 2015 15:01:19 +0100 Subject: [PATCH] Fixed incorrect language setting in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d570cd1d..8a1abf66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -ilanguage: python +language: python python: 2.7 install: "pip install Lektor" script: "lektor build && lektor deploy production"