From 05f02ba853ada9bc5f4f2bef032af76122c72da8 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Wed, 30 May 2018 08:23:04 -0500 Subject: [PATCH] set node version to 8.6.0 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b9c6cf..d64d340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty language: node_js node_js: -- $PUBLISH_NODE_VERSION +- '8.6.0' addons: apt: @@ -60,7 +60,7 @@ deploy: on: all_branches: true condition: "$EMBER_TRY_SCENARIO = 'ember-default'" - node: $PUBLISH_NODE_VERSION + node: '8.6.0' tags: true after_deploy: