From cc35211b24adb37df57d2d3aab116984f2002369 Mon Sep 17 00:00:00 2001 From: spinsager <63341255+spinsager@users.noreply.github.com> Date: Thu, 30 Dec 2021 09:12:12 +0530 Subject: [PATCH] Rename travis.yml to .travis.yml --- travis.yml => .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename travis.yml => .travis.yml (87%) diff --git a/travis.yml b/.travis.yml similarity index 87% rename from travis.yml rename to .travis.yml index 85e26eb..503c672 100644 --- a/travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ node_js: - 16 script: 'true' after_success: - - bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload) \ No newline at end of file + - bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload)