Skip to content

Commit

Permalink
Use latest 6.x.x Node version for Travis- and Circle CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Feb 20, 2017
1 parent c5f3c83 commit b8aa9a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# Travis CI Documentation
# (https://docs.travis-ci.com)
language: node_js
node_js:
- "6"
- "4"
cache: yarn
before_script:
- yarn global add gulp
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# (https://circleci.com/docs)
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 b8aa9a9

Please sign in to comment.