Browse Source

Updated travis CS node versions

sanex3339 5 years ago
parent
commit
e6458a94b6
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -2,10 +2,9 @@ sudo: false
 language: node_js
 
 node_js:
-  - "6"
-  - "7"
   - "8"
-  - "9"
+  - "10"
+  - "12"
   - "stable"
 
 cache: