remove log, bump travis to v12 LTS

This commit is contained in:
d98762625 2020-05-22 15:42:42 +01:00
parent e9fcae8c49
commit fb3622b703
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- lts/dubnium
- lts/erbium
cache: npm
os: linux
addons:

View file

@ -7,7 +7,6 @@
* @license Apache-2.0
*/
console.log('CJS')
/* eslint no-global-assign: ["off"] */
require = require("esm")(module);
module.exports = require("./index.mjs");