Browse Source

upd: ci travis nodejs 10

richard1015 5 years ago
parent
commit
84c6a27850
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 sudo: required
 language: node_js
 node_js:
-  - '8'
+  - '10'
 script:
   - npm test
   - npm run coveralls