Sfoglia il codice sorgente

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

Eugene Lazutkin 7 anni fa
parent
commit
f8abf76582
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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