Skip to content

Commit

Permalink
Merge e63c262 into 580608f
Browse files Browse the repository at this point in the history
  • Loading branch information
juwara0 committed May 17, 2018
2 parents 580608f + e63c262 commit 5a0a36f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ dist: trusty
language: node_js

node_js:
- '8.1.2'
- 'stable'
- $PUBLISH_NODE_VERSION

addons:
apt:
Expand Down Expand Up @@ -38,7 +37,6 @@ matrix:
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
- node_js: 'stable'

before_install:
- npm config set spin false
Expand Down Expand Up @@ -74,7 +72,7 @@ deploy:
on:
all_branches: true
condition: "$EMBER_TRY_SCENARIO = 'ember-default'"
node: '8.1.2'
node: $PUBLISH_NODE_VERSION
tags: true

notifications:
Expand Down

0 comments on commit 5a0a36f

Please sign in to comment.