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
1 changed files with 1 additions and 1 deletions

View File

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