Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit bc672e7

Browse files
committed
chore: fix travis config
1 parent 2fb0f26 commit bc672e7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 10
5-
- 8
6-
- 4
4+
- 12
5+
- 13
76
script:
87
- npm test
9-
cache:
10-
directories:
11-
- '$HOME/.npm'
8+
cache: npm

0 commit comments

Comments
 (0)