Browse Source

force node 12.16.2 because canvas is fubar

Gregg Tavares 5 years ago
parent
commit
7c8ca6490c
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
 language: node_js
 node_js:
 node_js:
-  - "12"
+  - "12.16.2"
 script:
 script:
   - npm run build
   - npm run build
 env:
 env: