瀏覽代碼

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"


Loading…
取消
儲存