From fb1f4344b38b94b7af3bbeb2b213783f1319e85f Mon Sep 17 00:00:00 2001 From: GochoMugo Date: Tue, 5 Dec 2017 13:18:11 +0300 Subject: [PATCH] test: Disable tests on Node.js v0.12 References: * BR: https://github.com/yagop/node-telegram-bot-api/issues/365 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88b0cf2..3a82f40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: - "6" - "5" - "4" - - "0.12" + # - "0.12" after_success: - bash <(curl -s https://codecov.io/bash) cache: