From 8366d66f54879b0eba2785915d1b14b581026506 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Tue, 10 Sep 2019 12:16:11 -0700 Subject: [PATCH] add pre-commit-hook for travis file --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c193863..30d1a71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,3 +3,7 @@ repos: rev: 1.0.4 hooks: - id: shell-lint +- repo: git://github.com/alphagov/verify-travis-pre-commit-hook + sha: master + hooks: + - id: travis-yml-lint