From 11ac71ae426e76a844cdebc1e162f9788e1a680e Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Wed, 26 Jun 2019 22:30:59 +0200 Subject: [PATCH] Run tests on Node.js 10 & 12 after CLI test got fixed Refs https://github.com/janl/mustache.js/pull/701 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 59b74fb6c..d8f2eb69f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ node_js: - 4 - 6 - 8 + - 10 + - 12 script: - npm test - "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '6' || npm run test-browser"