remove log, bump travis to v12 LTS
This commit is contained in:
parent
e9fcae8c49
commit
fb3622b703
@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- lts/dubnium
|
||||
- lts/erbium
|
||||
cache: npm
|
||||
os: linux
|
||||
addons:
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user