Skip to content

Commit 937a1af

Browse files
ci: updated .travis.yml
deprecate node8 tests since it's no longer supported on Lambda
1 parent 70edc57 commit 937a1af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22

33
matrix:
44
include:
5-
- node_js: 8
65
- node_js: 10
76
- node_is: 12
87
- node_js: 12
@@ -23,4 +22,4 @@ script:
2322
after_success:
2423
- codecov
2524
- rm -rf ./.nyc_output
26-
- rm -rf ./coverage
25+
- rm -rf ./coverage

0 commit comments

Comments
 (0)