From 21ee320f214242f5f6e3eeb38753794f9fb9761f Mon Sep 17 00:00:00 2001 From: Mithilesh Kohale Date: Sat, 31 Aug 2019 17:22:15 +0530 Subject: [PATCH 1/2] intial testing for Continuous Integration --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..a486198b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: node_js +node_js: + - "10" +deploy: + provider: npm + email: "$NPM_EMAIL" + api_key: "$NPM_API_TOKEN" + on: + all_branches: true \ No newline at end of file From 5df37a5f48d701ad1340a0dfaed0063364660e7e Mon Sep 17 00:00:00 2001 From: Mithilesh Kohale Date: Sat, 31 Aug 2019 17:28:14 +0530 Subject: [PATCH 2/2] Allow master ONLY! --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a486198b..91d248a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ deploy: email: "$NPM_EMAIL" api_key: "$NPM_API_TOKEN" on: - all_branches: true \ No newline at end of file + branch: master \ No newline at end of file