Browse Source

Run tests on Node.js 10 & 12 after CLI test got fixed

Refs https://github.com/janl/mustache.js/pull/701
tags/v3.0.2
Phillip Johnsen 6 years ago
parent
commit
11ac71ae42
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -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"


Loading…
Cancel
Save