From 39c3a085c39bbbe99b3d4ad0f3e5a96120e13ae0 Mon Sep 17 00:00:00 2001 From: Marcello Teodori <151025+mteodori@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:50:03 +0100 Subject: [PATCH] fix stage sequence --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68dc5ed1..90da5e7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ import: - - source: Alfresco/alfresco-build-tools:.travis.pre-commit.yml@v1.1.9 + - source: Alfresco/alfresco-build-tools:.travis.pre-commit.yml@v1.2.0 language: java jdk: openjdk11 @@ -27,6 +27,7 @@ branches: - /^ACS-.*$/ stages: + - lint - name: Veracode Scan if: branch = master - build and test