From e765dbd9bd8dba3d1df571de359d835fa5259a65 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 12 Sep 2024 16:07:12 +0100 Subject: [PATCH] Update script to reference new module commit. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2578460d..f6dfdc6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # Import Travis configuration from dev-tools repo version: ~> 1.0 import: - - source: humanmade/altis-dev-tools:travis/module.yml@0bfa112a + - source: humanmade/altis-dev-tools:travis/module.yml@f45c03b0 mode: merge # Add your custom config below, which will merge with the default module config from the section above.