From 59a9147a5c7763656a4e212a13c90fb6bca9b9bf Mon Sep 17 00:00:00 2001 From: nodkz Date: Mon, 6 Nov 2017 16:13:52 +0600 Subject: [PATCH] ci(Travis): set node v8 for tests and semantic-release publishing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82260c1..bb9cfd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: notifications: email: true node_js: - - "7" + - "8" script: - yarn run coverage - yarn run build