ソースを参照

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年前
コミット
78eb820ec5
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml ファイルの表示

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


読み込み中…
キャンセル
保存