diff --git a/.travis.yml b/.travis.yml index 77ec9f0..bbff450 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ dist: trusty language: node_js node_js: -- '8.1.2' -- 'stable' +- $PUBLISH_NODE_VERSION addons: apt: @@ -30,8 +29,6 @@ env: matrix: fast_finish: true - allow_failures: - - node_js: 'stable' before_install: - npm config set spin false @@ -64,7 +61,7 @@ deploy: on: all_branches: true condition: "$EMBER_TRY_SCENARIO = 'ember-default'" - node: '8.1.2' + node: $PUBLISH_NODE_VERSION tags: true after_deploy: