From e402fdbf1651ced3260c4b03f1f725dba1dd8c58 Mon Sep 17 00:00:00 2001 From: Martin Kojtal <0xc0170@gmail.com> Date: Tue, 19 Dec 2017 11:33:43 +0000 Subject: [PATCH] Travis: set language to generic Do not fall to default Ruby --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81a7d0596a..c3ebb3b416 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,8 @@ after_success: after_failure: - bash -c "$STATUS" failure "Local $NAME testing has failed" +language: generic + matrix: include: - python: '2.7'