From 21ab87ca15ff9feac99b49fb7e6f5bcbbf4d3f72 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Mon, 5 Feb 2024 17:25:57 +0000 Subject: [PATCH] update travis module reference --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd0c4cb6..ed3df126 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@c7a250c + - source: humanmade/altis-dev-tools:travis/module.yml@f1fd9a5 mode: deep_merge_append # Add your custom config below, which will merge with the default module config from the section above.