From c00d90e262cf1a338f2daa4597a1462a463a3990 Mon Sep 17 00:00:00 2001 From: Alexander Mazurov Date: Fri, 15 Jul 2016 10:58:04 +0200 Subject: [PATCH] Fix travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f21ed25..a626a84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js node_js: - - '6.3.0' + - '6.3.0' - '4.4.7' - '0.10'