Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit f51a8d3

Browse files
committedJul 16, 2019
travis: only test on supported node versions
1 parent b7c8b9f commit f51a8d3

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
@@ -1,10 +1,9 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "12"
45
- "10"
5-
- "9"
66
- "8"
7-
- "6"
87
cache:
98
directories:
109
- $HOME/.npm

0 commit comments

Comments
 (0)
This repository has been archived.