From 064fe75fbeebe3958c661158f497a5e82161b72d Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Thu, 10 Dec 2015 13:02:21 -0500 Subject: [PATCH] chore(ci): build on node 0.12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfb0016..75124a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: notifications: email: false node_js: - - '4' + - '0.12' before_install: - npm i -g npm@^2.0.0 before_script: