Skip to content

Commit 0c44a75

Browse files
committed
Update .travis.yml
Update node requirement for travis ci
1 parent 7ff4607 commit 0c44a75

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,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- '8'
4+
- '12.19.0'
55

66
cache:
77
directories:
@@ -14,4 +14,4 @@ install:
1414
- npm install
1515

1616
script:
17-
- npm test
17+
- npm test

0 commit comments

Comments
 (0)