From 17afab335be25a1a26f36875f6f6685aadf4fc62 Mon Sep 17 00:00:00 2001 From: David Fekke Date: Tue, 30 Oct 2018 13:29:16 -0400 Subject: [PATCH] Adding Node 10 LTS --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4013c9..7626dc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: node_js node_js: + - "10.13.0" - "11.0.0" diff --git a/README.md b/README.md index 17d6433..26376c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the source code for the JaxNode website. [![Build Status](https://travis-ci.org/davidfekke/jaxnode.svg?branch=release)](https://travis-ci.org/davidfekke/jaxnode) [![Coverage Status](https://coveralls.io/repos/github/davidfekke/jaxnode/badge.svg?branch=master)](https://coveralls.io/github/davidfekke/jaxnode?branch=master) -[![Node v8](http://img.shields.io/badge/node-v8.12.0-brightgreen.svg)](https://nodejs.org) +[![Node v8](http://img.shields.io/badge/node-v10.13.0-brightgreen.svg)](https://nodejs.org) [![Node v9](http://img.shields.io/badge/node-v11.0.0-brightgreen.svg)](https://nodejs.org) The website can be viewed at [https://www.jaxnode.com](https://www.jaxnode.com).