Skip to content

Commit

Permalink
set node back to version 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juwara0 committed May 4, 2018
1 parent ec79d5f commit 00ba172
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty
language: node_js

node_js:
- '8.1.2'
- '8.6.0'
- 'stable'

addons:
Expand Down Expand Up @@ -63,7 +63,7 @@ deploy:
on:
all_branches: true
condition: "$EMBER_TRY_SCENARIO = 'ember-default'"
node: '8.1.2'
node: '8.6.0'
tags: true

after_deploy:
Expand Down
2 changes: 1 addition & 1 deletion .travis/maybe-bump-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [[ ! "${PUBLISH_NODE_VERSION:-8.1.2}" =~ ^$TRAVIS_NODE_VERSION ]]
if [[ ! "${PUBLISH_NODE_VERSION:-8.6.0}" =~ ^$TRAVIS_NODE_VERSION ]]
then
echo "Skipping pr-bumper bump step for TRAVIS_NODE_VERSION [${TRAVIS_NODE_VERSION}]"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion .travis/maybe-publish-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
exit 0
fi

if [[ ! "${PUBLISH_NODE_VERSION:-8.1.2}" =~ ^$TRAVIS_NODE_VERSION ]]
if [[ ! "${PUBLISH_NODE_VERSION:-8.6.0}" =~ ^$TRAVIS_NODE_VERSION ]]
then
echo "Skipping pr-bumper coverage publish step for TRAVIS_NODE_VERSION [${TRAVIS_NODE_VERSION}]"
exit 0
Expand Down

0 comments on commit 00ba172

Please sign in to comment.