fix: remove node 6 support

Signed-off-by: BoHong Li <a60814billy@gmail.com>
This commit is contained in:
BoHong Li 2019-04-12 18:24:45 +08:00
parent 9a15af32f9
commit dc74a4c94e
No known key found for this signature in database
GPG Key ID: 9696D5590D58290F
1 changed files with 0 additions and 6 deletions

View File

@ -8,12 +8,6 @@ env:
jobs:
include:
- env: task=npm-test
node_js:
- 6
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
- export PATH="$HOME/.yarn/bin:$PATH"
- env: task=npm-test
node_js:
- 8