Parcourir la source

add more nodejs versions to travis-ci

afrokick il y a 4 ans
Parent
commit
460130a527
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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