Skip to content

Commit

Permalink
Use latest Node 6 version for Circle CI and 4 & 6 for Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Feb 21, 2017
1 parent 45e8e9c commit 34943ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
#
# [References]
# Travis CI Documentation
# (https://docs.travis-ci.com)
# (https://docs.travis-ci.com/user/languages/javascript-with-nodejs)
language: node_js
node_js:
- "6"
- "4"
cache: yarn
before_script:
- yarn global add gulp
Expand Down
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
#
# [References]
# Circle CI
# (https://circleci.com/docs)
# (https://circleci.com/docs/language-nodejs)
# (https://circleci.com/docs/yarn)
machine:
node:
version: 6.1.0
version: 6
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
Expand Down

0 comments on commit 34943ac

Please sign in to comment.