Skip to content

Commit 348e17e

Browse files
committed
Update .travis.yml; Add node 16
1 parent 8135579 commit 348e17e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: node_js
22
node_js:
3+
- "16"
34
- "14"
45
- "12"
56
- "10"
67
- "8"
78
- "6"
89
install:
9-
- npm install
10+
- npm install -g yarn
1011
- npm install -g codecov
12+
- yarn install
1113
script:
12-
- npm run test
13-
- codecov
14-
- npm run build
14+
- yarn run test
15+
- '[[ "$(node -v)" == v6.* ]] && echo skip || codecov'
16+
- yarn run build

0 commit comments

Comments
 (0)