Sfoglia il codice sorgente

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 anni fa
parent
commit
11ac71ae42
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml Vedi 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…
Annulla
Salva