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

💡 Recommended Node v10

no issue

- see https://docs.ghost.org/faq/node-versions/
This commit is contained in:
kirrg001 2019-01-31 12:25:04 +01:00
parent 0a4645ab09
commit 99c3338ca9

View file

@ -20,7 +20,7 @@ env:
matrix:
include:
- node_js: "8"
- node_js: "10"
env: TEST_SUITE=lint
fast_finish: true
@ -49,7 +49,7 @@ script: |
after_success:
- |
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "8" ]]; then
if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "10" ]]; then
echo "Generate coverage..."
grunt coverage
npm install -g codeclimate-test-reporter