Skip to content

Commit

Permalink
Merge pull request #241 from nono/node_4_recommened
Browse files Browse the repository at this point in the history
Explain that node 4 is recommended
  • Loading branch information
kosssi committed Mar 21, 2016
2 parents 4b3ed41 + 8367246 commit 36194c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ matrix:
fast_finish: true
node_js:
- 0.10
- 0.12
- 4
- 5
env:
Expand All @@ -31,8 +30,8 @@ before_install:
- export INDEXES_PATH=/home/travis/build/indexes
- mkdir -p $INDEXES_PATH
- TESTED_NODE=$(node -v)
- nvm install 0.10
- nvm use 0.10
- nvm install 4
- nvm use 4
- travis_retry npm -g install npm@latest-2
- npm install forever coffee-script -g
- git clone git://github.com/cozy/cozy-data-system.git
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ plan to do a more stable release in the coming weeks. Stay tuned!
CLI Install
-----------

The cozy-desktop requires node.js (at least version 0.10) and build tools.
The cozy-desktop requires node.js (4 recommended, but it is tested on 0.10 and
5 too) and build tools.

For example, you can install them on debian with:

Expand Down

0 comments on commit 36194c0

Please sign in to comment.