Skip to content

Commit

Permalink
Merge pull request #135 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 18, 2018
2 parents fed6486 + 7c6d599 commit b0a781f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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 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 @@ -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:
Expand Down

0 comments on commit b0a781f

Please sign in to comment.