Sfoglia il codice sorgente

Run tests on Node.js 8 as well

Also tried with Node.js 10 and 12, but some CLI tests explodes so awaiting
a fix for that before adding those versions explicitly.
tags/v3.0.2
Phillip Johnsen 6 anni fa
parent
commit
78eb820ec5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml Vedi File

@@ -4,6 +4,7 @@ node_js:
- 0.12
- 4
- 6
- 8
script:
- npm test
- "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '6' || npm run test-browser"


Loading…
Annulla
Salva