From 7c66217892abd19a18b47d2af18955a070930e6b Mon Sep 17 00:00:00 2001 From: maxkoryukov Date: Sat, 11 Mar 2017 20:28:48 +0500 Subject: [PATCH] Travis: publish from nodeJS 4 build see #43 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd2d5ab..683251b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,5 +53,5 @@ deploy: email: npm@route4me.com on: tags: true # published only for tags - node_js: 6 # published only for one NPM version + node_js: 4 # published only for one NPM version repo: route4me/route4me-nodejs-sdk # published only from ONE repo