From 1813d1815d0a0334a2d29fae6af4cbc5a5be1672 Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Tue, 11 Jul 2017 15:05:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=20recommend=20node=20v6=20(#8674)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - see https://docs.ghost.org/docs/supported-node-versions - add supported node versions link to README - run coverage for node v6 --- .travis.yml | 6 +++--- README.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a2507141b..0de8ffa508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js # When changing node version also update it on lines 34, 36 and 46. node_js: - - "4" - "6" + - "4" sudo: false @@ -27,7 +27,7 @@ env: matrix: include: - - node_js: "4" + - node_js: "6" env: TEST_SUITE=lint fast_finish: true @@ -45,7 +45,7 @@ install: after_success: - | 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..." grunt coverage npm install -g codeclimate-test-reporter diff --git a/README.md b/README.md index 5636fcb4c1..d0b52a3962 100644 --- a/README.md +++ b/README.md @@ -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. - [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/) - [Help & Support](http://help.ghost.org/) - [Theme Docs](http://themes.ghost.org/v1.0.0/)