travis: test on latest, lts and 11.14.0 (the minimum for this package)

This commit is contained in:
jkhsjdhjs 2020-03-01 03:06:51 +01:00
parent ba2f52ae08
commit a691a46ffb
Signed by: jkhsjdhjs
GPG Key ID: BAC6ADBAB7D576CC

View File

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- '13' - node
install: - lts/*
- npm install - 11.14.0
script: script:
- npm test - node --experimental-modules test/index.mjs