0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

recommend node v6 (#8674)

no issue

- see https://docs.ghost.org/docs/supported-node-versions
- add supported node versions link to README
- run coverage for node v6
This commit is contained in:
Katharina Irrgang 2017-07-11 15:05:38 +02:00 committed by Hannah Wolfe
parent 07e35e3d0b
commit 1813d1815d
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
language: node_js language: node_js
# When changing node version also update it on lines 34, 36 and 46. # When changing node version also update it on lines 34, 36 and 46.
node_js: node_js:
- "4"
- "6" - "6"
- "4"
sudo: false sudo: false
@ -27,7 +27,7 @@ env:
matrix: matrix:
include: include:
- node_js: "4" - node_js: "6"
env: TEST_SUITE=lint env: TEST_SUITE=lint
fast_finish: true fast_finish: true
@ -45,7 +45,7 @@ install:
after_success: after_success:
- | - |
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "4" ]]; then if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "6" ]]; then
echo "Generate coverage..." echo "Generate coverage..."
grunt coverage grunt coverage
npm install -g codeclimate-test-reporter npm install -g codeclimate-test-reporter

View file

@ -6,6 +6,7 @@
The project is maintained by a non-profit organisation called the **Ghost Foundation**, along with an amazing group of independent [contributors](https://github.com/TryGhost/Ghost/contributors). We're trying to make publishing software that changes the shape of online journalism. The project is maintained by a non-profit organisation called the **Ghost Foundation**, along with an amazing group of independent [contributors](https://github.com/TryGhost/Ghost/contributors). We're trying to make publishing software that changes the shape of online journalism.
- [Ghost.org](https://ghost.org) - [Ghost.org](https://ghost.org)
- [Supported Node Versions](https://docs.ghost.org/v1.0.0/docs/supported-node-versions)
- [Latest Release](https://ghost.org/developers/) - [Latest Release](https://ghost.org/developers/)
- [Help & Support](http://help.ghost.org/) - [Help & Support](http://help.ghost.org/)
- [Theme Docs](http://themes.ghost.org/v1.0.0/) - [Theme Docs](http://themes.ghost.org/v1.0.0/)