From 29c604841516dd146fc3ebf2b614d5e241ddd7b9 Mon Sep 17 00:00:00 2001 From: Qasim Abdullah <89213175+qasim-at-tci@users.noreply.github.com> Date: Tue, 7 May 2024 21:40:46 +0500 Subject: [PATCH 1/2] Travis CI Support - Test Run --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ee0802..5088994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js dist: focal -group: focal +group: stable node_js: - 14 @@ -27,4 +27,4 @@ deploy: script: npx semantic-release on: node: 14 - branch: main \ No newline at end of file + branch: main From 17947429a58a988d156e00c605ff4402ec4ecf0a Mon Sep 17 00:00:00 2001 From: Qasim Abdullah <89213175+qasim-at-tci@users.noreply.github.com> Date: Tue, 7 May 2024 21:44:43 +0500 Subject: [PATCH 2/2] . --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5088994..97d4fb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: node_js dist: focal -group: stable - node_js: - 14 - 16