Explorar el Código

Excluding version 6 - it didn't have async implemented yet.

Eugene Lazutkin hace 7 años
padre
commit
f8abf76582
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,6 +3,6 @@ sudo: false
 language: node_js
 
 node_js:
-  - "6"
   - "8"
+  - "9"
   - "10"