Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit edc8104

Browse files
committed
fixed travis failing
1 parent a822c66 commit edc8104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: node_js
22
node_js:
3-
- 7
3+
- 13
44
before_script:
55
- npm install -g jest
66
script:
77
- npm run lint && npm run test
88
sudo: required
99
cache:
1010
directories:
11-
- node_modules
11+
- node_modules

0 commit comments

Comments
 (0)