Browse Source

add more nodejs versions to travis-ci

afrokick 4 năm trước cách đây
mục cha
commit
460130a527
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,3 +1,7 @@
 language: node_js
 node_js:
+  - node
+  - lts/*
+  - 14
   - 12
+  - 10