Skip to content

Commit

Permalink
Merge pull request #47 from juwara0/travisVars
Browse files Browse the repository at this point in the history
Update travis.yml with build variables and remove node stable build
  • Loading branch information
juwara0 committed May 17, 2018
2 parents 057f514 + d047995 commit 45f1577
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ dist: trusty
language: node_js

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

addons:
apt:
Expand All @@ -30,8 +29,6 @@ env:

matrix:
fast_finish: true
allow_failures:
- node_js: 'stable'

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

after_deploy:
Expand Down

0 comments on commit 45f1577

Please sign in to comment.