Selaa lähdekoodia

chore: fix Travis build: upgrade to node 12 (from 10)

sschmid 5 vuotta sitten
vanhempi
commit
cd0631df94
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -2,9 +2,8 @@ sudo: required
 dist: trusty
 language: node_js
 node_js:
-# - '6'
-# - '8'
-- '10'
+# - '10' # fails on Travis since upgrading to Vexflow 1.2.90 (still passes on AppVeyor), for Mxl_Test. Node 12 works.
+- '12'
 env:
   - timeout=10000
 notifications: