Run CircleCI tests on the latest version of Node

Summary:
Travis CI runs Node 4 (LTS), so make CircleCI run Node `<latest>` which is Node 6.
Closes https://github.com/facebook/react-native/pull/7542

Differential Revision: D3334397

fbshipit-source-id: 15a758011626fca4efdc4c1b36891a4d73c52e94
This commit is contained in:
James Ide 2016-05-23 05:08:28 -07:00 коммит произвёл Facebook Github Bot 1
Родитель 4880309e72
Коммит 69bf0bd8c1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ general:
- gh-pages # list of branches to ignore
machine:
node:
version: 5.6.0
version: 6.2.0
environment:
PATH: "~/$CIRCLE_PROJECT_REPONAME/gradle-2.9/bin:/home/ubuntu/buck/bin:$PATH"
TERM: "dumb"