Browse Source

use node 12

Gregg Tavares 6 years ago
parent
commit
9c6a79f728
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "11"
+  - "12"
 script:
   - npm run build
 env: