From d7b9845bc76d9de78a96380a2e256fa4496145cb Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Fri, 24 Jul 2020 19:23:24 +0500 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b49f1e82..d51ba33d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,9 @@ after_success: stages: - 'Lint markdown files' - 'Linting' + - 'Source Clear' - 'Integration tests' - 'Test' - - 'Source Clear' jobs: include: From d551ebff57ecd4b1e440243e3f679f12460f4bc3 Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Fri, 24 Jul 2020 19:29:10 +0500 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d51ba33d..e8c4d71a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ after_success: # Linting and Integration tests need to run first to reset the PR build status to pending. stages: + - 'Source Clear' - 'Lint markdown files' - 'Linting' - - 'Source Clear' - 'Integration tests' - 'Test'