Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit c989a1c

Browse files
author
Audrey Eschright
committed
chore: update CI for current Node LTS
1 parent 5414070 commit c989a1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "7"
4+
- "10"
5+
- "8"
56
- "6"
6-
- "4"
7+
- "11"
78
before_install:
89
- "npm install -g npm"
910
script: "npm test"

0 commit comments

Comments
 (0)