From 7174131346d1fa640192a759138c980fef2ad6f8 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 17 Feb 2019 19:56:07 +0100 Subject: [PATCH] Travis CI: Run node_js tests on "8", "10", and "node" As discussed at https://github.com/openaps/oref0/pull/1176#issuecomment-464483637 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70cb3dbba..3606c35ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,9 @@ python-steps: &python-steps matrix: include: - - node_js: "8.11.1" + - node_js: "8" + <<: *node_js-steps + - node_js: "10" <<: *node_js-steps - node_js: "node" # current version of Node.js on Travis CI <<: *node_js-steps