1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Travis-CI: Fix nvm failing to install Node.js v12.4.0

Something must have changed on the travis-ci end to cause things to suddenly fail
This commit is contained in:
Jeremy Ruston 2020-04-06 11:05:45 +01:00
parent 59fd557067
commit c259aea3bc

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "12.4.0" - "12"
stages: stages:
- name: test - name: test