Skip to content

Commit dc74a4c

Browse files
committed
fix: remove node 6 support
Signed-off-by: BoHong Li <a60814billy@gmail.com>
1 parent 9a15af3 commit dc74a4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ env:
88

99
jobs:
1010
include:
11-
- env: task=npm-test
12-
node_js:
13-
- 6
14-
before_install:
15-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
16-
- export PATH="$HOME/.yarn/bin:$PATH"
1711
- env: task=npm-test
1812
node_js:
1913
- 8

0 commit comments

Comments
 (0)