From 420779f515ca2df3cde7b8f6f383f9ead8e127a6 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 18 Sep 2022 21:29:52 +0800 Subject: + swap promises to use arrow function for correct 'this' context --- babel-plugin-async-to-promises/.travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 babel-plugin-async-to-promises/.travis.yml (limited to 'babel-plugin-async-to-promises/.travis.yml') diff --git a/babel-plugin-async-to-promises/.travis.yml b/babel-plugin-async-to-promises/.travis.yml new file mode 100644 index 0000000..8f9e5df --- /dev/null +++ b/babel-plugin-async-to-promises/.travis.yml @@ -0,0 +1,16 @@ +language: node_js + +node_js: + - "0.10" + - "stable" + +script: + - npm run $COMMAND + +env: + - COMMAND=test:lint + - COMMAND=test:cov + +notifications: + email: false + -- cgit