From cc9bc95b2578c7570d8ba6319724461e674b4446 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 6 Feb 2014 14:59:05 +0530 Subject: [PATCH] fix language typo in build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6402feace..41ba344237 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -anguage: python +language: python python: - "2.7"